Update gupnp to 0.20.5 (fdeb6f9f)
[profile/ivi/GUPnP.git] / tests / Makefile.am
1 SUBDIRS = gtest
2
3 AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
4
5 noinst_PROGRAMS = test-browsing      \
6                   test-proxy         \
7                   test-server        \
8                   test-introspection \
9                   test-white-list
10
11 test_browsing_SOURCES = test-browsing.c
12 test_browsing_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
13                         $(GTHREAD_LIBS) \
14                         $(LIBGUPNP_LIBS)
15
16 test_proxy_SOURCES = test-proxy.c
17 test_proxy_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
18                      $(GTHREAD_LIBS) \
19                      $(LIBGUPNP_LIBS)
20
21 test_introspection_SOURCES = test-introspection.c
22 test_introspection_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
23                              $(GTHREAD_LIBS) \
24                              $(LIBGUPNP_LIBS)
25
26 test_server_SOURCES = test-server.c
27 test_server_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
28                       $(GTHREAD_LIBS) \
29                       $(LIBGUPNP_LIBS)
30 test_server_LDFLAGS = -export-dynamic
31
32 test_white_list_SOURCES = test-white-list.c
33 test_white_list_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
34                           $(GTHREAD_LIBS) \
35                           $(LIBGUPNP_LIBS)
36
37 CLEANFILES = $(BUILT_SOURCES)
38 DISTCLEANFILES = $(BUILT_SOURCES)
39 MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)