*** empty log message ***
[m17n/m17n-test.git] / Makefile.am
index 72f36de..5fe85e1 100644 (file)
@@ -1,4 +1,13 @@
-noinst_PROGRAMS = linebreak replace
+noinst_PROGRAMS = \
+       linebreak replace mimdemo mimdaemon fifotest1 fifotest2 \
+       imtest findfont gdkdraw
+
+mimdemo_LDADD = -lgd
+mimdaemon_LDADD = -lgd
+
+gdkdraw_LDADD = -lgd
+gdkdraw_LDFLAGS = `pkg-config --libs gdk-pixbuf-2.0` `pkg-config --libs gtk+-2.0`
+AM_CPPFLAGS = `pkg-config --cflags gdk-pixbuf-2.0` `pkg-config --cflags gtk+-2.0`
 
 verify: linebreak
        @echo "checking line breaking..."