1 ## Process this file with automake to produce Makefile.in 2 3 noinst_LTLIBRARIES = libhb-ucdn.la 4 5 include Makefile.sources 6 7 libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources) 8 libhb_ucdn_la_CPPFLAGS = \ 9 -I$(top_srcdir) \ 10 -I$(top_srcdir)/src \ 11 -I$(top_builddir)/src 12 libhb_ucdn_la_LIBADD = 13 14 EXTRA_DIST = README COPYING 15 16 -include $(top_srcdir)/git.mk 17