diff options
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 |