Beginnings of improved synchronous API support
[platform/upstream/libsoup.git] / tests / Makefile.am
1 INCLUDES =              \
2         -I$(top_srcdir) \
3         $(GLIB_CFLAGS)
4
5 LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
6
7 noinst_PROGRAMS = get revserver simple-httpd simple-proxy
8
9 get_SOURCES = get.c
10 simple_httpd_SOURCES = simple-httpd.c
11 simple_proxy_SOURCES = simple-proxy.c
12
13 revserver_SOURCES = revserver.c
14 revserver_LDFLAGS = `pkg-config --libs gthread-2.0`
15
16 check_PROGRAMS = auth-test uri-parsing
17
18 auth_test_SOURCES = auth-test.c
19 uri_parsing_SOURCES = uri-parsing.c