summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2008-08-30 13:03:48 +0000
committerJorn Baayen <jorn@openedhand.com>2008-08-30 13:03:48 +0000
commit7eb6f32439fe9b5ea749214d23ef7543f0ef4878 (patch)
tree920d250eea9a1ca7392267c05c408a860039ba2a /examples
parent4e11e450671d6024e582a883f74ea5794691f408 (diff)
downloadgupnp-7eb6f32439fe9b5ea749214d23ef7543f0ef4878.tar.gz
2008-08-30 Jorn Baayen <jorn@openedhand.com>
* examples/Makefile.am: Link examples to gthread. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1247 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 90b1cde..d16828f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,11 +1,12 @@
-AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
+AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la
noinst_PROGRAMS = light-server light-client
light_server_SOURCES = light-server.c
-light_server_LDFLAGS = -export-dynamic
+light_server_LDFLAGS = -export-dynamic $(GTHREAD_LIBS)
light_client_SOURCES = light-client.c
+light_client_LDFLAGS = $(GTHREAD_LIBS)
MAINTAINERCLEANFILES = Makefile.in