source: trunk/third/libsoup/tests/Makefile.am @ 21108

Revision 21108, 539 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21107, which included commits to RCS files with non-trunk default branches.
Line 
1INCLUDES =              \
2        -I$(top_srcdir) \
3        $(XML_CFLAGS)   \
4        $(GLIB_CFLAGS)
5
6LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
7
8noinst_PROGRAMS =       \
9        auth-test       \
10        dict            \
11        dns             \
12        get             \
13        revserver       \
14        simple-httpd    \
15        simple-proxy    \
16        uri-parsing
17
18auth_test_SOURCES = auth-test.c
19dict_SOURCES = dict.c
20dns_SOURCES = dns.c
21get_SOURCES = get.c
22revserver_SOURCES = revserver.c
23simple_httpd_SOURCES = simple-httpd.c
24simple_proxy_SOURCES = simple-proxy.c
25uri_parsing_SOURCES = uri-parsing.c
26
27EXTRA_DIST = libsoup.supp test-cert.pem test-key.pem
Note: See TracBrowser for help on using the repository browser.