aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-08 16:13:11 -0600
committerTed Gould <ted@gould.cx>2010-10-08 16:13:11 -0600
commit9f9349d203f4f3bf89316a8de016b6a5c1bb793d (patch)
treed77e6ae452e66ea0d4bee1a38e4cb97e570d6eef /Makefile.am
parentfa787d7a05cfbe3ff35e04d9a4e8260cbb0e9d06 (diff)
parent687ea648b9a8fd6e39ec0da306f4440c3f39f694 (diff)
downloadayatana-indicator-messages-9f9349d203f4f3bf89316a8de016b6a5c1bb793d.tar.gz
ayatana-indicator-messages-9f9349d203f4f3bf89316a8de016b6a5c1bb793d.tar.bz2
ayatana-indicator-messages-9f9349d203f4f3bf89316a8de016b6a5c1bb793d.zip
Fix deprecations and ensure they're part of distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d08c383..d6f6168 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = \
data \
po
-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
+DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations
dist-hook:
@if test -d "$(top_srcdir)/.bzr"; \