diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-11 22:03:16 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-11 22:03:16 -0600 |
| commit | 274b3a49d6f516dfb038bc2b2b3de2d4e2511e51 (patch) | |
| tree | 4dbfbfc17fd4e82d4b0879d8ceaf31bdeec7f70a /Makefile.am | |
| parent | 3a572218ff8520ca284966d9395c2fd06544d233 (diff) | |
| parent | e417951544c716a7f8ed3f7b348135e409cf1356 (diff) | |
| download | libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.tar.gz libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.tar.bz2 libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.zip | |
Updating to group prop change signals branch to get the changes there (oh, pull in some trunk too)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
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 \ |
