check for gmtime_r
[platform/upstream/libsoup.git] / tests / Makefile.am
1 INCLUDES =              \
2         -I$(top_srcdir) \
3         $(XML_CFLAGS)   \
4         $(GLIB_CFLAGS)
5
6 LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
7
8 noinst_PROGRAMS =       \
9         auth-test       \
10         date            \
11         dict            \
12         dns             \
13         get             \
14         getbug          \
15         revserver       \
16         simple-httpd    \
17         simple-proxy    \
18         uri-parsing
19
20 auth_test_SOURCES = auth-test.c
21 date_SOURCES = date.c
22 dict_SOURCES = dict.c
23 dns_SOURCES = dns.c
24 get_SOURCES = get.c
25 getbug_SOURCES = getbug.c
26 revserver_SOURCES = revserver.c
27 simple_httpd_SOURCES = simple-httpd.c
28 simple_proxy_SOURCES = simple-proxy.c
29 uri_parsing_SOURCES = uri-parsing.c
30
31 EXTRA_DIST = libsoup.supp test-cert.pem test-key.pem