• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Process this file with automake to produce Makefile.in
2
3noinst_LTLIBRARIES = libhb-ucdn.la
4
5
6libhb_ucdn_la_SOURCES = \
7	ucdn.h \
8	ucdn.c \
9	unicodedata_db.h
10libhb_ucdn_la_CPPFLAGS = \
11	-I$(top_srcdir) \
12	-I$(top_srcdir)/src \
13	-I$(top_builddir)/src
14libhb_ucdn_la_LIBADD =
15
16EXTRA_DIST = README COPYING
17
18-include $(top_srcdir)/git.mk
19