diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 15:25:38 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 15:25:38 -0400 |
commit | 52d107cad5d839603a4a24a285166d5d78742d7e (patch) | |
tree | 2d78e18f7e0bcb68e0714038f9e6a18755582dc5 /Makefile.in | |
parent | ce36ed0c35e58f0244a090250ab7f96b8e5915ac (diff) | |
parent | db495e787761164191314d4d8fe79c70de075a75 (diff) | |
download | ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.gz ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.bz2 ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.zip |
Import upstream version 0.3.3.1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 2890107..1013804 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,10 +40,7 @@ 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)/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__aclocal_m4_deps = $(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 \ |