diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-22 08:11:59 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-22 08:11:59 -0700 |
commit | 9d9aa2b9986edd94a3b72a593be7fd588fc031a0 (patch) | |
tree | 8f65ce2c70943e21e7a03784466e7a4f3bfae1be /Makefile.am | |
parent | 0656ca9fb350ebcf05d205dc861cacc875067dd7 (diff) | |
parent | 14d28b255c8e9fc26cc6e6bf0fc96d938f88fa27 (diff) | |
download | mate-notification-daemon-9d9aa2b9986edd94a3b72a593be7fd588fc031a0.tar.bz2 mate-notification-daemon-9d9aa2b9986edd94a3b72a593be7fd588fc031a0.tar.xz |
Merge pull request #22 from infirit/master
New option to disable icon cache generation and small autofoo fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 969b5c5..b0996e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = data po src ACLOCAL_AMFLAGS = -I macros ${ACLOCAL_FLAGS} EXTRA_DIST = \ - AUTHORS NEWS INSTALL COPYING README \ + AUTHORS NEWS COPYING README \ ChangeLog \ autogen.sh \ configure.ac \ @@ -16,6 +16,8 @@ $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck +DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update + DISTCLEANFILES = \ intltool-extract \ intltool-merge \ |