tizen 2.3.1 release
[external/gupnp.git] / tests / Makefile.am
1 AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
2
3 noinst_PROGRAMS = test-browsing      \
4                   test-proxy         \
5                   test-server        \
6                   test-introspection
7
8 test_browsing_SOURCES = test-browsing.c
9 test_browsing_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
10                         $(GTHREAD_LIBS) \
11                         $(LIBGUPNP_LIBS)
12
13 test_proxy_SOURCES = test-proxy.c
14 test_proxy_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
15                      $(GTHREAD_LIBS) \
16                      $(LIBGUPNP_LIBS)
17
18 test_introspection_SOURCES = test-introspection.c
19 test_introspection_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
20                              $(GTHREAD_LIBS) \
21                              $(LIBGUPNP_LIBS)
22
23 test_server_SOURCES = test-server.c
24 test_server_LDADD   = $(top_builddir)/libgupnp/libgupnp-1.0.la \
25                       $(GTHREAD_LIBS) \
26                       $(LIBGUPNP_LIBS)
27 test_server_LDFLAGS = -export-dynamic
28
29 CLEANFILES = $(BUILT_SOURCES)
30 DISTCLEANFILES = $(BUILT_SOURCES)
31 MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)