summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-29 04:53:45 -0500
committermidipix <writeonce@midipix.org>2016-01-01 22:50:23 -0500
commit8b8a8d15174ec92d653cea97ea64dd559a7285e4 (patch)
treec2e9dcda0363df0684b079a5c3cd456d1b9c8d7f /Makefile.in
parent383aa6559ee06236b7600df8df17d7f3ab254ca3 (diff)
downloadapimagic-8b8a8d15174ec92d653cea97ea64dd559a7285e4.tar.bz2
apimagic-8b8a8d15174ec92d653cea97ea64dd559a7285e4.tar.xz
project: add libfirm and cparser dependencies.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2d589c6..67152e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,3 +1,6 @@
+LIBCPARSER_A = /usr/local/lib/libcparser.a
+LIBFIRM_A = /usr/local/lib/libfirm.a
+
PACKAGE = @package@
PROJECT_DIR = @project_dir@