X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-test.git;a=blobdiff_plain;f=Makefile.am;h=5fe85e17a9105d70cfaebbe7e4a8a88d3dd1ac28;hp=72f36deb7e6d207352fe8d6a9f98c654d456a107;hb=5c2763ef7d7c8ce3475f5cd588e279c6c6c79224;hpb=4a2dfcb0386c6a89e00a5c9111698c238ad6453c diff --git a/Makefile.am b/Makefile.am index 72f36de..5fe85e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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..."