* Parser numbers again.

* Include missing files in distributions.
This commit is contained in:
Eelco Dolstra 2004-01-30 17:06:03 +00:00
parent c625718513
commit 619f20775d
3 changed files with 6 additions and 2 deletions

View file

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