summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 60bf96350d4fa3a09523f85a78bd04e1b597179f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES =		\
	-I$(top_srcdir)	\
	$(GLIB_CFLAGS)

noinst_PROGRAMS = get timeserver

get_SOURCES = get.c

get_LDADD = $(top_builddir)/libsoup/libsoup-2.0.la

timeserver_SOURCES = timeserver.c

timeserver_LDADD = $(top_builddir)/libsoup/libsoup-2.0.la

check_PROGRAMS = auth-test

auth_test_SOURCES = auth-test.c
auth_test_LDADD = $(top_builddir)/libsoup/libsoup-2.0.la