diff options
author | Dan Winship <danw@gnome.org> | 2013-02-22 22:13:33 +0100 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-02-23 12:01:01 +0100 |
commit | 4e9713343934fc2aba5d81ab12fccd64cc24a99f (patch) | |
tree | eedfde0226515669cfaba0a6c8bcb3bf19999c7b /tests | |
parent | 926105bc58f373726baeb7567a264a53903b2836 (diff) | |
download | libsoup-4e9713343934fc2aba5d81ab12fccd64cc24a99f.tar.gz libsoup-4e9713343934fc2aba5d81ab12fccd64cc24a99f.tar.bz2 libsoup-4e9713343934fc2aba5d81ab12fccd64cc24a99f.zip |
build: remove some cruft
Remove accumulated cruft, mostly from things we used to depend on but
don't any more.
Also a few minor drive-by configure cleanups
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 55dd3273..5bbcba8e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,13 +2,10 @@ INCLUDES = \ -I$(top_srcdir) \ -DSRCDIR=\""$(abs_srcdir)"\" \ -DBUILDDIR=\""$(builddir)"\" \ - $(SOUP_MAINTAINER_FLAGS) \ - $(XML_CFLAGS) \ $(GLIB_CFLAGS) LIBS = \ $(top_builddir)/libsoup/libsoup-2.4.la \ - $(LIBGNUTLS_LIBS) \ $(GLIB_LIBS) TESTS = \ |