about summary refs log tree commit diff
path: root/converter/other/cameratopam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/Makefile')
-rw-r--r--converter/other/cameratopam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/cameratopam/Makefile b/converter/other/cameratopam/Makefile
index d6207aea..bb4c4cde 100644
--- a/converter/other/cameratopam/Makefile
+++ b/converter/other/cameratopam/Makefile
@@ -20,7 +20,7 @@ include $(BUILDDIR)/config.mk
 all: cameratopam
 
 ADDL_OBJECTS = util.o identify.o camera.o foveon.o decode.o \
-	canon.o ljpeg.o dng.o
+	canon.o ljpeg.o dng.o stdio_nofail.o
 
 OBJECTS = cameratopam.o $(ADDL_OBJECTS)