diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:41:11 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-05 12:41:11 +0200 |
commit | 906f7922bbf1875f3fd666ff1e40f1635c52af4c (patch) | |
tree | 89b19d952889c1d4f7bd461a8b240fbc75f44624 /Makefile.in | |
parent | 469cf99aba753cfab399c9834b37f92ddbf68560 (diff) | |
parent | 453b8f9d9448206df1dba6307f3931f9c44687be (diff) | |
download | ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.tar.gz ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.tar.bz2 ayatana-indicator-session-906f7922bbf1875f3fd666ff1e40f1635c52af4c.zip |
Import upstream version 0.2.9
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7fc6c8d..d4ab927 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ compile config.guess config.sub depcomp install-sh ltmain.sh \ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.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)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |