Bump API version to 2.2 and package version to 2.1.0. Remove NSS and
[platform/upstream/libsoup.git] / tests / Makefile.am
1 INCLUDES =              \
2         -I$(top_srcdir) \
3         $(GLIB_CFLAGS)
4
5 noinst_PROGRAMS = get timeserver
6
7 get_SOURCES = get.c
8
9 get_LDADD = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
10
11 timeserver_SOURCES = timeserver.c
12
13 timeserver_LDADD = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
14
15 check_PROGRAMS = auth-test
16
17 auth_test_SOURCES = auth-test.c
18 auth_test_LDADD = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la