harfbuzz/src/hb-ucdn/Makefile.am

19 lines
335 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libhb-ucdn.la
libhb_ucdn_la_SOURCES = \
ucdn.h \
ucdn.c \
unicodedata_db.h
2014-02-10 16:38:56 +01:00
libhb_ucdn_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src
libhb_ucdn_la_LIBADD =
2012-10-29 05:26:19 +01:00
EXTRA_DIST = README COPYING
-include $(top_srcdir)/git.mk