Makefile.am 342 字节
Newer Older
B
Behdad Esfahbod 已提交
1 2 3 4
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libhb-ucdn.la

5
include Makefile.sources
B
Behdad Esfahbod 已提交
6

7
libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources)
W
Werner Lemberg 已提交
8
libhb_ucdn_la_CPPFLAGS = \
B
Behdad Esfahbod 已提交
9 10 11 12 13
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	-I$(top_builddir)/src
libhb_ucdn_la_LIBADD =

B
Behdad Esfahbod 已提交
14
EXTRA_DIST = README COPYING
B
Behdad Esfahbod 已提交
15 16

-include $(top_srcdir)/git.mk