summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
committerneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
commit9f569bf76941f11d675059cb3645bee5462ff2f1 (patch)
tree2c1beeb43ac822ba5827b390c942f70af4844bc9 /Makefile.am
parent4dede11720ca090b82d0d9f00b8cf46d1874faf3 (diff)
downloadzoom-9f569bf76941f11d675059cb3645bee5462ff2f1.tar
zoom-9f569bf76941f11d675059cb3645bee5462ff2f1.zip
Now using pkgconfig for library dependencies.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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/*