Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340753
Collapse All | Expand All

(-)gupnp-0.13.2/examples/Makefile.am (-1 / +1 lines)
Lines 1-5 Link Here
1
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
1
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
2
LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la
2
LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la -lgobject-2.0 -lgssdp-1.0
3
3
4
noinst_PROGRAMS = light-server light-client
4
noinst_PROGRAMS = light-server light-client
5
5
(-)gupnp-0.13.2/examples/Makefile.in (-1 / +1 lines)
Lines 221-227 Link Here
221
top_builddir = @top_builddir@
221
top_builddir = @top_builddir@
222
top_srcdir = @top_srcdir@
222
top_srcdir = @top_srcdir@
223
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
223
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) $(GTHREAD_CFLAGS)
224
LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la
224
LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la -lgobject-2.0 -lgssdp-1.0
225
light_server_SOURCES = light-server.c
225
light_server_SOURCES = light-server.c
226
light_server_LDFLAGS = -export-dynamic $(GTHREAD_LIBS)
226
light_server_LDFLAGS = -export-dynamic $(GTHREAD_LIBS)
227
light_client_SOURCES = light-client.c
227
light_client_SOURCES = light-client.c
(-)gupnp-0.13.2/tests/Makefile.am (-4 / +4 lines)
Lines 6-21 Link Here
6
		  test-introspection
6
		  test-introspection
7
7
8
test_browsing_SOURCES = test-browsing.c
8
test_browsing_SOURCES = test-browsing.c
9
test_browsing_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
9
test_browsing_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
10
10
11
test_proxy_SOURCES = test-proxy.c
11
test_proxy_SOURCES = test-proxy.c
12
test_proxy_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
12
test_proxy_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
13
13
14
test_introspection_SOURCES = test-introspection.c
14
test_introspection_SOURCES = test-introspection.c
15
test_introspection_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
15
test_introspection_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
16
16
17
test_server_SOURCES = test-server.c
17
test_server_SOURCES = test-server.c
18
test_server_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
18
test_server_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
19
test_server_LDFLAGS = -export-dynamic
19
test_server_LDFLAGS = -export-dynamic
20
20
21
CLEANFILES = $(BUILT_SOURCES)
21
CLEANFILES = $(BUILT_SOURCES)
(-)gupnp-0.13.2/tests/Makefile.in (-4 / +4 lines)
Lines 231-243 Link Here
231
top_srcdir = @top_srcdir@
231
top_srcdir = @top_srcdir@
232
AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
232
AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
233
test_browsing_SOURCES = test-browsing.c
233
test_browsing_SOURCES = test-browsing.c
234
test_browsing_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
234
test_browsing_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
235
test_proxy_SOURCES = test-proxy.c
235
test_proxy_SOURCES = test-proxy.c
236
test_proxy_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
236
test_proxy_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
237
test_introspection_SOURCES = test-introspection.c
237
test_introspection_SOURCES = test-introspection.c
238
test_introspection_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
238
test_introspection_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
239
test_server_SOURCES = test-server.c
239
test_server_SOURCES = test-server.c
240
test_server_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS)
240
test_server_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la $(GTHREAD_LIBS) -lgssdp-1.0  -lgobject-2.0
241
test_server_LDFLAGS = -export-dynamic
241
test_server_LDFLAGS = -export-dynamic
242
CLEANFILES = $(BUILT_SOURCES)
242
CLEANFILES = $(BUILT_SOURCES)
243
DISTCLEANFILES = $(BUILT_SOURCES)
243
DISTCLEANFILES = $(BUILT_SOURCES)

Return to bug 340753