[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
3 lib_LTLIBRARIES = libgmythupnp.la
5 libgmythupnp_la_SOURCES = \
8 libgmythupnp_la_CFLAGS = \
9 -DDATADIR=\"$(pkgdatadir)\" \
13 libgmythupnp_la_LDFLAGS = \
18 libgmythupnp_includedir = \
21 libgmythupnp_include_HEADERS = \
24 CLEANFILES = $(BUILT_SOURCES)