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