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