diff options
| author | Ted Gould <ted@gould.cx> | 2010-12-01 20:13:48 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-12-01 20:13:48 -0600 |
| commit | 5c3f84012f814438bb6b40488d943620a2df72c9 (patch) | |
| tree | ce8abb74752aa2b6ab08916044b551bb42766ddd /Makefile.am | |
| parent | 0ac0a85f42be1aa1c93cfc42a0b4d455f594ba2c (diff) | |
| parent | b3768eaec11202758801a3dd0f94a2ab315f4a0d (diff) | |
| download | libdbusmenu-5c3f84012f814438bb6b40488d943620a2df72c9.tar.gz libdbusmenu-5c3f84012f814438bb6b40488d943620a2df72c9.tar.bz2 libdbusmenu-5c3f84012f814438bb6b40488d943620a2df72c9.zip | |
Merging in trunk changes for dual build and GTK3 fixes
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 \ |
