diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 14:41:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 14:41:24 -0600 |
commit | 3f4743e5250fcc1d630aa19af9204e87ab15007d (patch) | |
tree | e76e60b50dc43cca8b7f95fefac515a21eb1d4b4 /Makefile.am | |
parent | 273cfcaccdfd2dcffc76b74fc5fe4c355919b606 (diff) | |
parent | df21e797234f5bb4bd7e2a014296efe20ac6d2f3 (diff) | |
download | libayatana-indicator-3f4743e5250fcc1d630aa19af9204e87ab15007d.tar.gz libayatana-indicator-3f4743e5250fcc1d630aa19af9204e87ab15007d.tar.bz2 libayatana-indicator-3f4743e5250fcc1d630aa19af9204e87ab15007d.zip |
* New upstream release.
* Allowing to build for GTK 2/3 and build parallel libraries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f290d63..c955c6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = \ tests \ tools +DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations + DISTCLEANFILES = \ libindicator-*.tar.gz |