diff options
author | Ted Gould <ted@gould.cx> | 2011-01-09 14:18:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-09 14:18:24 -0600 |
commit | c6cd9bbac8998fa098c05dbd99c9f881e5d881e2 (patch) | |
tree | 63791e9140a900a628f81806488e74f5a17a417b /Makefile.in | |
parent | 6b2531c09d6344f0bfd39c7d4cb2a9b8aef060e3 (diff) | |
download | libayatana-indicator-c6cd9bbac8998fa098c05dbd99c9f881e5d881e2.tar.gz libayatana-indicator-c6cd9bbac8998fa098c05dbd99c9f881e5d881e2.tar.bz2 libayatana-indicator-c6cd9bbac8998fa098c05dbd99c9f881e5d881e2.zip |
autogen.sh
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 1dba7dc..c12d7bc 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(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 \ |