Index: trunk/psLib/test/astronomy/Makefile.am
===================================================================
--- trunk/psLib/test/astronomy/Makefile.am	(revision 3115)
+++ trunk/psLib/test/astronomy/Makefile.am	(revision 3127)
@@ -11,6 +11,5 @@
 	$(all_includes)
 
-PSLIB_LIBS = `sh $(top_srcdir)/pslib-config --libs`
-AM_LDFLAGS = $(PSLIB_LIBS) -L$(top_srcdir)/src 
+AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS)
 
 check_PROGRAMS = tst_psTime_01 \
@@ -30,5 +29,6 @@
          tst_psAstrometry01
 
-TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 
+TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
+ 
 TESTS = tst_psTime_01 \
          tst_psTime_02 \
@@ -66,4 +66,10 @@
 BUILT_SOURCES = test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4
 
+EXTRA_DIST = test.psTime.config1.template \
+	test.psTime.config2.template \
+	test.psTime.config3.template \
+	test.psTime.config4.template \
+	verified
+
 test.psTime.config1: test.psTime.config1.template
 	sed 's|PREFIX|$(prefix)|' $? > $@
