X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=example%2FMakefile.am;h=2dfe880fed1daa26470a89c56cafcfac3794c0ba;hb=a1b9fa8b510823029b59f94be7683a3e15e98c2c;hp=2a4770240833a31817a947d56797dd4775e24db0;hpb=d3a865462f22f5da26dee638ab3b42bb49894084;p=m17n%2Flibotf.git diff --git a/example/Makefile.am b/example/Makefile.am index 2a47702..2dfe880 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = otfdump otfdraw otfview otflist otfimage +bin_PROGRAMS = otfdump otfdraw otfview otflist otftobdf INCLUDES = `freetype-config --cflags` CommonLDADD = ${top_builddir}/src/libotf.la @@ -20,6 +20,6 @@ otfview_SOURCE = otfview.c otfview_LDADD = ${CommonLDADD} otfview_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -lXt -lXaw -lXmu -ldl -static -otfimage_SOURCE = otfimage.c -otfimage_LDADD = ${CommonLDADD} -otfimage_LDFLAGS = `freetype-config --libs` -static +otftobdf_SOURCE = otftobdf.c +otftobdf_LDADD = ${CommonLDADD} +otftobdf_LDFLAGS = `freetype-config --libs` -static