summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-10-15 20:44:53 +0200
committerJens Georg <mail@jensge.org>2016-10-15 21:08:10 +0200
commit1f64a7e4b0245b99e63cf0a07d2c814ac816a2c9 (patch)
treee455a1ec1eb03f03410b2f63520a97f7c7d6402b /examples
parente5aca784819177ae60b65621b1489531319b3873 (diff)
downloadgupnp-1f64a7e4b0245b99e63cf0a07d2c814ac816a2c9.tar.gz
Fix out-of-tree build
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index dbd8606..58e569a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
+AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(GTHREAD_CFLAGS)
LDADD = $(top_builddir)/libgupnp/libgupnp-1.2.la
noinst_PROGRAMS = light-server light-client