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 | |
---|
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 | dict \ |
---|
11 | dns \ |
---|
12 | get \ |
---|
13 | revserver \ |
---|
14 | simple-httpd \ |
---|
15 | simple-proxy \ |
---|
16 | uri-parsing |
---|
17 | |
---|
18 | auth_test_SOURCES = auth-test.c |
---|
19 | dict_SOURCES = dict.c |
---|
20 | dns_SOURCES = dns.c |
---|
21 | get_SOURCES = get.c |
---|
22 | revserver_SOURCES = revserver.c |
---|
23 | simple_httpd_SOURCES = simple-httpd.c |
---|
24 | simple_proxy_SOURCES = simple-proxy.c |
---|
25 | uri_parsing_SOURCES = uri-parsing.c |
---|
26 | |
---|
27 | EXTRA_DIST = libsoup.supp test-cert.pem test-key.pem |
---|
Note: See
TracBrowser
for help on using the repository browser.