Index: trunk/psLib/test/astronomy/Makefile
===================================================================
--- trunk/psLib/test/astronomy/Makefile	(revision 2308)
+++ trunk/psLib/test/astronomy/Makefile	(revision 2521)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/astronomy
 ##
-##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-11-09 01:10:15 $
+##  $Revision: 1.23 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-11-30 00:28:36 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,6 +16,6 @@
 include ../../src/Makefile.Globals
 
-CFLAGS := -I../../include $(CFLAGS)
-LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)
+CFLAGS := -I../../include -I/usr/include/libxml $(CFLAGS)
+LDFLAGS := -L../../lib -lpslib -lpstest -lxml2 $(LDFLAGS)
 
 TARGET = tst_psTime_01 \
@@ -30,4 +30,5 @@
          tst_psMetadata_05 \
          tst_psMetadata_06 \
+         tst_psMetadata_07 \
          tst_psCoord \
          tst_psAstrometry \
