From 8b8a8d15174ec92d653cea97ea64dd559a7285e4 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 29 Dec 2015 04:53:45 -0500 Subject: project: add libfirm and cparser dependencies. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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@ -- cgit v1.2.3