From 9f569bf76941f11d675059cb3645bee5462ff2f1 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 13 May 2007 14:36:05 +0000 Subject: Now using pkgconfig for library dependencies. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 14537d1..46ce82f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ nobase_games_SCRIPTS = zoom nobase_games_DATA = levels/* tex/* nobase_games_PROGRAMS = zoom-bin zoom_bin_SOURCES = zoom-bin.c +zoom_bin_CFLAGS = @libzoom_CFLAGS@ +zoom_bin_LDADD = @libzoom_LIBS@ EXTRA_DIST = zoom levels/* tex/* -- cgit v1.2.3