aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 00:28:26 -0500
committerTed Gould <ted@gould.cx>2011-07-07 00:28:26 -0500
commitc1034173faf54120c693c984123f343968621359 (patch)
treed34d08d7e2602b8177f5d043b22418b32f14de1e /Makefile.in
parent50607d3ff1fbbfec73be70d4220e9f826237b846 (diff)
parent9cca8d7de8e5d04886aae8e7f2c118c4ca3c65e8 (diff)
downloadlibayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.gz
libayatana-indicator-c1034173faf54120c693c984123f343968621359.tar.bz2
libayatana-indicator-c1034173faf54120c693c984123f343968621359.zip
Import upstream version 0.3.90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 1dba7dc..c2dcb01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,10 +37,15 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
- compile config.guess config.sub depcomp install-sh ltmain.sh \
- missing
+ build-aux/compile build-aux/config.guess build-aux/config.sub \
+ build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
+ build-aux/missing 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 \
@@ -232,6 +237,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
libindicator \
tests \