index 7f687dc..148dfb3 100644 (file)
@@ -1,8 +1,5 @@
 bin_PROGRAMS = fits2jpeg
-fits2jpeg_SOURCES = fits2jpeg.c getopt.c signal_handler.c
-
-# set the include path found by configure
-INCLUDES= $(all_includes)
-
-# the library search path.
-fits2jpeg_LDFLAGS = $(all_libraries)
+fits2jpeg_SOURCES = fits2jpeg.c image.c       \
+                    messages.c filesys.c      \
+                    getopt.c signal_handler.c
+noinst_HEADERS = fits2jpeg.h
\ No newline at end of file