aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-03 13:38:37 -0600
committerTed Gould <ted@gould.cx>2010-12-03 13:38:37 -0600
commit9054f7eb41f3b3194600b04b838a8d0214ca5ef0 (patch)
tree1ec5b2258cd7e36017c36e60cf3ab121cd29348a /Makefile.in
parent709a6335ab62da1f1948bdc2a19a624ba4f59555 (diff)
parent8e1fbde30cfce799b64477113b404d5cda3306aa (diff)
downloadayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.tar.gz
ayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.tar.bz2
ayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.zip
* New upstream release.
* Add support for building GTK2 and GTK3 versions * debian/control: Add recommends for geoclue-ubuntu-geoip
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in19
1 files changed, 18 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dcc2013..73c7ddb 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 mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -199,6 +202,8 @@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
RANLIB = @RANLIB@
SED = @SED@
+SERVICE_CFLAGS = @SERVICE_CFLAGS@
+SERVICE_LIBS = @SERVICE_LIBS@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
@@ -777,6 +782,18 @@ dist-hook:
else \
echo Failed to generate ChangeLog: not a branch >&2; \
fi
+ @if test -d "$(top_srcdir)/.bzr"; \
+ then \
+ echo Creating AUTHORS && \
+ ( cd "$(top_srcdir)" && \
+ echo '# Generated by Makefile. Do not edit.'; echo; \
+ $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
+ && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
+ || (rm -f AUTHORS.tmp; \
+ echo Failed to generate AUTHORS >&2 ); \
+ else \
+ echo Failed to generate AUTHORS: not a branch >&2; \
+ fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.