diff options
author | Ted Gould <ted@gould.cx> | 2010-09-22 11:17:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-22 11:17:19 -0500 |
commit | a374c740af4b4c144095ba01dd580ad208112a01 (patch) | |
tree | 006631738fa494d028ff1aceba8f63c7a253b375 /Makefile.in | |
parent | 76442cde1094400d1fb898a9b55aeff6a6a247bd (diff) | |
parent | f5e7b8efe61d35c65422284f49e5d01a614a9deb (diff) | |
download | libayatana-appindicator-a374c740af4b4c144095ba01dd580ad208112a01.tar.gz libayatana-appindicator-a374c740af4b4c144095ba01dd580ad208112a01.tar.bz2 libayatana-appindicator-a374c740af4b4c144095ba01dd580ad208112a01.zip |
* New upstream release.
* Fix submenus with Glade applications (LP: #608219)
* Add new functions to Mono and Python bindings
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 61a5dad..ec8ef85 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,11 +40,8 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ compile config.guess config.sub depcomp install-sh ltmain.sh \ missing py-compile ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |