New
[m17n/libotf.git] / example / Makefile.am
1 bin_PROGRAMS = otfdump otfdraw
2
3 INCLUDES = `freetype-config --cflags`
4
5 otfdump_SOURCE = otfdump.c
6 otfdump_LDFLAGS = -lotf
7
8 otfdraw_SOURCE = otfdraw
9 otfdraw_LDFLAGS = `freetype-config --libs` -lotf -L/usr/X11R6/lib -lX11
10
11 # We should not install any programs in this directory.
12
13 install-binPROGRAMS:
14
15 uninstall-binPROGRAMS: