This commit is contained in:
Eelco Dolstra 2004-01-30 17:14:08 +00:00
parent 619f20775d
commit 47c003cb59
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ noinst_LIBRARIES = libexpr.a
libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
eval.cc eval.hh primops.cc primops.hh \
lexer.l lexer-tab.c lexer-tab.h parser.y parser-tab.c parser-tab.h
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h
EXTRA_DIST = lexer.l parser.y
AM_CXXFLAGS = \
-I.. -I../../externals/inst/include -I../libutil -I../libstore