aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-11 08:26:35 -0600
committerTed Gould <ted@gould.cx>2010-11-11 08:26:35 -0600
commitc083bd5c6cf41d4e618f7e646a8dc60a59f07063 (patch)
tree0b1f87cdb3e1770dff5baa16843d4f36a8c83f5c /Makefile.am
parentc9694f168206aec1258a57b0f9e458e2a9485ef0 (diff)
downloadlibdbusmenu-c083bd5c6cf41d4e618f7e646a8dc60a59f07063.tar.gz
libdbusmenu-c083bd5c6cf41d4e618f7e646a8dc60a59f07063.tar.bz2
libdbusmenu-c083bd5c6cf41d4e618f7e646a8dc60a59f07063.zip
Adding in the deprecation flags even if we can't really use them yet.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b5fff3e..c2c0980 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,11 @@ SUBDIRS = \
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
+## Can't disable deprecations yet, working on that, but
+## we want to get there.
+#
+# DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc --disable-deprecations
+
dist-hook:
@if test -d "$(top_srcdir)/.bzr"; \
then \