17 lines
342 B
Makefile
17 lines
342 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libhb-ucdn.la
|
|
|
|
include Makefile.sources
|
|
|
|
libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources)
|
|
libhb_ucdn_la_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
|