forked from lix-project/lix
* `make dist' fix.
This commit is contained in:
parent
6e8c19714a
commit
c3ee8c9166
|
@ -7,11 +7,4 @@ libstore_a_SOURCES = \
|
||||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
|
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
|
||||||
-I.. -I../../externals/inst/include -I../libutil
|
-I.. -I../../externals/inst/include -I../libutil
|
||||||
|
|
||||||
EXTRA_DIST = *.hh *.h test-builder-*.sh
|
EXTRA_DIST = *.hh *.h test-builder-*.sh test.cc
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue