Index: trunk/psLib/src/astro/Makefile.am
===================================================================
--- trunk/psLib/src/astro/Makefile.am	(revision 4446)
+++ trunk/psLib/src/astro/Makefile.am	(revision 4446)
@@ -0,0 +1,33 @@
+#Makefile for astronomy functions of psLib
+#
+AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\"
+
+INCLUDES = \
+	-I$(top_srcdir)/src/astro \
+	-I$(top_srcdir)/src/db \
+	-I$(top_srcdir)/src/fft \
+	-I$(top_srcdir)/src/fits \
+	-I$(top_srcdir)/src/imageops \
+	-I$(top_srcdir)/src/math \
+	-I$(top_srcdir)/src/mathtypes \
+	-I$(top_srcdir)/src/sys \
+	-I$(top_srcdir)/src/types \
+	-I$(top_srcdir)/src/xml \
+	$(all_includes)
+
+noinst_LTLIBRARIES = libpslibastro.la
+libpslibastro_la_SOURCES = \
+	psTime.c \
+	psCoord.c 
+	
+BUILT_SOURCES = psAstroErrors.h
+
+EXTRA_DIST = psAstroErrors.dat astro.i
+
+psAstroErrors.h: psAstroErrors.dat
+	$(top_srcdir)/src/psParseErrorCodes --data=$? $@
+
+pslibincludedir = $(includedir)
+pslibinclude_HEADERS = \
+	psTime.h \
+	psCoord.h
