diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T12·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T12·35+0000 |
commit | c3ee8c9166e32031a61c397594be4aef127862d4 (patch) | |
tree | 282edf73c04c1dc13e27c81946a0c83e17f36ec1 /src | |
parent | 6e8c19714af00b8340eea6eecf1c38fc6b09f6de (diff) |
* `make dist' fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index b365f57c682e..ad31567b3807 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 |