summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2013-01-07 14:31:56 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:55 +0100
commit0f677a9e4d84d3223e08a908d4f6089b769af160 (patch)
tree4ef4d051648789cbe32a4dcce579c4a65a4d8bb4 /tools
parent348ec90d841589ea63063f15c67eed61c18025d6 (diff)
downloadgupnp-dlna-0f677a9e4d84d3223e08a908d4f6089b769af160.tar.gz
Fix some builddir!=srcdir and make distcheck issues.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index aa4c515..959bee1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,8 +7,7 @@ AM_CFLAGS = \
$(GLIB_CFLAGS) \
$(GOBJECT_CFLAGS) \
$(LIBXML_CFLAGS) \
- $(GMODULE_CFLAGS) \
- -I$(top_srcdir)/libgupnp-dlna/profile-backends/native/sets
+ $(GMODULE_CFLAGS)
LIBS = \
$(GLIB_LIBS) \
$(GOBJECT_LIBS) \