aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-10 11:52:43 -0600
committerTed Gould <ted@gould.cx>2011-01-10 11:52:43 -0600
commit6a01298786045f1e319be21bba6c58a25bd39ddd (patch)
treea29322db067435c7728444d0328fd0d93a5db930 /Makefile.in
parent356af1c196e3416444a14380eb5e25e999feb56d (diff)
parentf8bea0d6cd9b82ad8708652efbc29d3787e9d41b (diff)
downloadlibayatana-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.in5
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 \