summaryrefslogtreecommitdiff
path: root/navit/font/freetype/Makefile.am
blob: cc533e94ae39b389e7ffcbee94490b6d4ce22814 (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ @FREETYPE2_CFLAGS@ @FONTCONFIG_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=font_freetype
if PLUGINS
  modulefont_LTLIBRARIES = libfont_freetype.la
else
  noinst_LTLIBRARIES = libfont_freetype.la
endif
libfont_freetype_la_SOURCES = font_freetype.c font_freetype.h
libfont_freetype_la_LDFLAGS = @FREETYPE2_LIBS@ @FONTCONFIG_LIBS@