Since Xft may only be available statically without shlib deps, check for
[framework/uifw/harfbuzz.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES =                                      \
4         -DSYSCONFDIR=\"$(sysconfdir)\"          \
5         -DLIBDIR=\"$(libdir)\"                  \
6         $(FREETYPE_CFLAGS)                      \
7         $(X_CFLAGS)                             \
8         -I$(top_srcdir)
9
10 LDADDS = @STRIP_BEGIN@  \
11         @x_ldflags@     \
12         @x_libs@        \
13         @GLIB_LIBS@     \
14         -lm             \
15 @STRIP_END@
16
17 noinst_LTLIBRARIES = libpango-ot.la
18
19 libpango_ot_la_SOURCES =        \
20         ftxopen.c               \
21         ftxgdef.c               \
22         ftxgpos.c               \
23         pango-ot-info.c         \
24         pango-ot-ruleset.c      \
25         ftxgsub.c
26
27 noinst_PROGRAMS = ottest
28
29 ottest_SOURCES =        \
30         ottest.c        \
31         disasm.c        \
32         disasm.h
33
34 ottest_LDADD =          \
35         libpango-ot.la  \
36         $(FREETYPE_LIBS)
37
38 EXTRA_DIST =            \
39         README