summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-12-28 10:32:11 -0500
committerDan Winship <danw@gnome.org>2012-12-28 11:26:45 -0500
commitddfbe30e04c8a9a8981d43b21c27b8bd8336e85b (patch)
treea69cd440e238fc9210e800cf8d6b48c6ab21f8ec /tests
parent360a32a81904ce6f662de420cfa57961f2726d14 (diff)
downloadlibsoup-ddfbe30e04c8a9a8981d43b21c27b8bd8336e85b.tar.gz
libsoup-ddfbe30e04c8a9a8981d43b21c27b8bd8336e85b.tar.bz2
libsoup-ddfbe30e04c8a9a8981d43b21c27b8bd8336e85b.zip
Add back LIBSOUP_DISABLE_DEPRECATED
gtk-doc expects "Deprecated:" notes in docs to be matched up with some deprecation-guard #define. So even though we don't want people to use it any more, add LIBSOUP_DISABLE_DEPRECATED back.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a9184055..cd132bd6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
-DSRCDIR=\""$(abs_srcdir)"\" \
- -DLIBSOUP_DISABLE_DEPRECATED \
$(SOUP_MAINTAINER_FLAGS) \
$(XML_CFLAGS) \
$(GLIB_CFLAGS)