1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* Oops, I did it again.

This commit is contained in:
Eelco Dolstra 2004-10-27 10:05:51 +00:00
parent 210ab0296d
commit c7bea941b0

View file

@ -5,7 +5,8 @@ libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h \
constructors.hh
EXTRA_DIST = lexer.l parser.y constructors.cc aterm-helper.pl
EXTRA_DIST = lexer.l parser.y constructors.def constructors.cc \
aterm-helper.pl
AM_CXXFLAGS = \
-I.. ${bdb_include} ${aterm_include} -I../libutil -I../libstore