Blame src/hb-ucdn/Makefile.am

Packit 874993
## Process this file with automake to produce Makefile.in
Packit 874993
Packit 874993
noinst_LTLIBRARIES = libhb-ucdn.la
Packit 874993
Packit 874993
include Makefile.sources
Packit 874993
Packit 874993
libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources)
Packit 874993
libhb_ucdn_la_CPPFLAGS = \
Packit 874993
	-I$(top_srcdir) \
Packit 874993
	-I$(top_srcdir)/src \
Packit 874993
	-I$(top_builddir)/src
Packit 874993
libhb_ucdn_la_LIBADD =
Packit 874993
Packit 874993
EXTRA_DIST = README COPYING
Packit 874993
Packit 874993
-include $(top_srcdir)/git.mk