|
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) |