diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-30T16·18+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-30T16·18+0000 |
commit | 9f8f39aa3cdb54532a85e41f14985fc6a530fb36 (patch) | |
tree | e06ef3485f7f8bd27a7acf1e1ab694c532660218 /src/fix-ng/Makefile.am | |
parent | e537844f4ebc53df13f52722fb16bbeb1f4cbd18 (diff) |
* Clean up the imploded parse tree. Quotes around strings are
removed, paths are absolutised relative to the path containing the expression we just parsed, and integer literals are converted to actual integers.
Diffstat (limited to 'src/fix-ng/Makefile.am')
-rw-r--r-- | src/fix-ng/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/Makefile.am b/src/fix-ng/Makefile.am index 3672c3dc94ff..88f1f4fe9e2e 100644 --- a/src/fix-ng/Makefile.am +++ b/src/fix-ng/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = fix-ng -fix_ng_SOURCES = fix.cc parser.cc +fix_ng_SOURCES = fix-expr.cc parser.cc fix.cc fix_ng_LDADD = ../libmain/libmain.a ../libnix/libnix.a ../boost/format/libformat.a \ -L../../externals/inst/lib -ldb_cxx -lsglr -lATB -lconversion -lasfix2 -lmept -lATerm |