| ## 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 | |
| libhb_ucdn_CPPFLAGS = \ | |
| -I$(top_srcdir) \ | |
| -I$(top_srcdir)/src \ | |
| -I$(top_builddir)/src | |
| libhb_ucdn_la_LIBADD = | |
| EXTRA_DIST = README COPYING | |
| -include $(top_srcdir)/git.mk |