Index: trunk/psastro/src/Makefile.am
===================================================================
--- trunk/psastro/src/Makefile.am	(revision 7573)
+++ trunk/psastro/src/Makefile.am	(revision 9574)
@@ -31,5 +31,6 @@
 psastroMosaicHeaders.c	    \
 psastroMosaicRescaleChips.c \
-psastroWCS.c	   
+psastroWCS.c	            \
+psastroErrorCodes.c
 
 include_HEADERS = \
@@ -44,10 +45,10 @@
 
 ### Error codes.
-#BUILT_SOURCES = psastroErrorCodes.h psastroErrorCodes.c
-#CLEANFILES = psastroErrorCodes.h psastroErrorCodes.c
+BUILT_SOURCES = psastroErrorCodes.h psastroErrorCodes.c
+CLEANFILES = psastroErrorCodes.h psastroErrorCodes.c
 
-#psastroErrorCodes.h : psastroErrorCodes.dat psastroErrorCodes.h.in
-#	$(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.h
+psastroErrorCodes.h : psastroErrorCodes.dat psastroErrorCodes.h.in
+	$(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.h
 
-#psastroErrorCodes.c : psastroErrorCodes.dat psastroErrorCodes.c.in psastroErrorCodes.h
-#	$(ERRORCODES) --data=psastroEerrorCodes.dat --outdir=. psastroErrorCodes.c
+psastroErrorCodes.c : psastroErrorCodes.dat psastroErrorCodes.c.in psastroErrorCodes.h
+	$(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.c
