diff options
| author | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
| commit | 6a01298786045f1e319be21bba6c58a25bd39ddd (patch) | |
| tree | a29322db067435c7728444d0328fd0d93a5db930 /Makefile.in | |
| parent | 356af1c196e3416444a14380eb5e25e999feb56d (diff) | |
| parent | f8bea0d6cd9b82ad8708652efbc29d3787e9d41b (diff) | |
| download | libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.gz libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.bz2 libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.zip | |
* Upstream Merge:
* GDBus Port
* autogen.sh
* debian/control: Migrating library versions from 1 to 2
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 \ |
