diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-29T15·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-29T15·05+0000 |
commit | 4d728f6a36c83ff684426788df775b385fae9e88 (patch) | |
tree | 43e23e567f63b50440b724c5b632f34e05d3990c /src/fix-ng/Makefile.am | |
parent | f31661a3b593a15fe061bb398f1814d9c37902a6 (diff) |
* Forked new version of Fix.
Diffstat (limited to 'src/fix-ng/Makefile.am')
-rw-r--r-- | src/fix-ng/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fix-ng/Makefile.am b/src/fix-ng/Makefile.am new file mode 100644 index 000000000000..64e8b2ed3abb --- /dev/null +++ b/src/fix-ng/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS = fix-ng + +fix_ng_SOURCES = fix.cc +fix_ng_LDADD = ../libmain/libmain.a ../libnix/libnix.a ../boost/format/libformat.a \ + -L../../externals/inst/lib -ldb_cxx -lATerm + +AM_CXXFLAGS = \ + -I.. -I../../externals/inst/include -I../libnix -I../libmain |