diff options
author | Ted Gould <ted@gould.cx> | 2010-12-07 20:48:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-07 20:48:49 -0600 |
commit | 4478b59180eeca30d6d7a28db0cefc26672bca23 (patch) | |
tree | 0051f4dd16b634466fbbd33c810c2eba3c930558 /Makefile.in | |
parent | 15d58f52744f1632d2a2f25a81e53f8fa1fee817 (diff) | |
parent | a413ebac8c43f24d72cfeb983170204418201b58 (diff) | |
download | libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.gz libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.bz2 libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.zip |
* New upstream release.
* Fixes to build with GTK 2/3
* Fixes to build with valac-0.12
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ec8ef85..61a5dad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,8 +40,11 @@ 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)/acinclude.m4 \ - $(top_srcdir)/configure.ac +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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |