From c3ee8c9166e32031a61c397594be4aef127862d4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Nov 2003 12:35:52 +0000 Subject: [PATCH] * `make dist' fix. --- src/libstore/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index b365f57c68..ad31567b38 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -7,11 +7,4 @@ libstore_a_SOURCES = \ AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \ -I.. -I../../externals/inst/include -I../libutil -EXTRA_DIST = *.hh *.h test-builder-*.sh - -check_PROGRAMS = test-aterm - -test_aterm_SOURCES = test-aterm.cc -test_aterm_LDADD = libstore.a $(LDADD) ../boost/format/libformat.a \ - -L../../externals/inst/lib -ldb_cxx -lATerm - +EXTRA_DIST = *.hh *.h test-builder-*.sh test.cc