Index: trunk/psLib/src/astro/Makefile.am
===================================================================
--- trunk/psLib/src/astro/Makefile.am	(revision 4502)
+++ trunk/psLib/src/astro/Makefile.am	(revision 4540)
@@ -3,17 +3,10 @@
 AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\"
 
-INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"`
-
 noinst_LTLIBRARIES = libpslibastro.la
 libpslibastro_la_SOURCES = \
 	psTime.c \
-	psCoord.c 
-	
-BUILT_SOURCES = psAstroErrors.h
+	psCoord.c
 
-EXTRA_DIST = psAstroErrors_$(LANG).dat astro.i
-
-psAstroErrors.h: psAstroErrors_$(LANG).dat
-	$(top_srcdir)/src/psParseErrorCodes --data=$? $@
+EXTRA_DIST = astro.i
 
 pslibincludedir = $(includedir)
