From 4c7d4c4cd46f64538ca0b3e186b52bdfcaa97e29 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 23 Feb 2013 02:13:26 +0100 Subject: examples: move examples from tests/ to examples/ get, simple-httpd, and simple-proxy are more example code than test programs, so move them into a separate directory. Also, remove "dns", which was once a sort-of test of SoupAddress, but is now just a redundant sort-of test of GResolver. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 18bf80af..66992d93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = libsoup po tests docs +SUBDIRS = libsoup po tests examples docs EXTRA_DIST = \ data/effective_tld_names.dat \ -- cgit v1.2.3