Index: trunk/psphot/src/Makefile.am
===================================================================
--- trunk/psphot/src/Makefile.am	(revision 12792)
+++ trunk/psphot/src/Makefile.am	(revision 12805)
@@ -8,4 +8,5 @@
 psphot_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSPHOT_LIBS)
 psphot_LDADD = libpsphot.la
+
 psphot_SOURCES = psphot.c	\
 	psphotArguments.c	\
@@ -20,4 +21,5 @@
 	psphotModelGroupInit.c	\
 	psphotMaskReadout.c	\
+	psphotDefineFiles.c	\
 	psphotReadout.c		\
 	psphotImageMedian.c	\
@@ -56,5 +58,4 @@
 	psphotAddNoise.c
 
-
 include_HEADERS = \
 	psphot.h \
@@ -62,5 +63,6 @@
 
 noinst_HEADERS = \
-	psphotInternal.h
+	psphotInternal.h \
+	psphotStandAlone.h
 
 clean-local:
