forked from lix-project/lix
* Add file to `make dist'.
This commit is contained in:
parent
c52dda95a6
commit
210ab0296d
|
@ -5,7 +5,7 @@ libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
|
||||||
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h \
|
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h \
|
||||||
constructors.hh
|
constructors.hh
|
||||||
|
|
||||||
EXTRA_DIST = lexer.l parser.y constructors.cc
|
EXTRA_DIST = lexer.l parser.y constructors.cc aterm-helper.pl
|
||||||
|
|
||||||
AM_CXXFLAGS = \
|
AM_CXXFLAGS = \
|
||||||
-I.. ${bdb_include} ${aterm_include} -I../libutil -I../libstore
|
-I.. ${bdb_include} ${aterm_include} -I../libutil -I../libstore
|
||||||
|
|
Loading…
Reference in a new issue