summaryrefslogtreecommitdiff
path: root/src/network-light
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2008-06-16 20:34:21 +0000
committerZeeshan Ali <zeenix@gmail.com>2008-06-16 20:34:21 +0000
commitcd46dc06ebf104ba5e3406a4e18fe93653c77d9b (patch)
treefd0f8dcad30158ed248bf3035f06213290a61a85 /src/network-light
parent10a579605d95107ad85a266b6dbfd64237cedb8d (diff)
downloadgupnp-tools-cd46dc06ebf104ba5e3406a4e18fe93653c77d9b.tar.gz
Fix distcheck.
Use 'top_srcdir' variable in Makefile.am rather than relative paths. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1090 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'src/network-light')
-rw-r--r--src/network-light/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network-light/Makefile.am b/src/network-light/Makefile.am
index 4d1b8da..cf3938f 100644
--- a/src/network-light/Makefile.am
+++ b/src/network-light/Makefile.am
@@ -5,7 +5,7 @@ shareddir = $(datadir)/gupnp-tools
endif
AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(LIBGLADE_CFLAGS) -I$(top_srcdir) \
- -DDATA_DIR='"$(shareddir)"' -I../common
+ -DDATA_DIR='"$(shareddir)"' -I$(top_srcdir)/src/common
bin_PROGRAMS = gupnp-network-light