diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:25:19 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:25:19 +0200 |
commit | 0fa9b264b7d79f9bb303b9383379635bb293cf3d (patch) | |
tree | 7d96d9ebf8662e55078d0d323a92ddae65b95ce8 /Makefile.in | |
parent | c752cbea418bf5f85a0498fe3771439e1b70c394 (diff) | |
parent | 3a0758a29fdae434142e1a67329ff2b65fee3c6b (diff) | |
download | ayatana-indicator-power-0fa9b264b7d79f9bb303b9383379635bb293cf3d.tar.gz ayatana-indicator-power-0fa9b264b7d79f9bb303b9383379635bb293cf3d.tar.bz2 ayatana-indicator-power-0fa9b264b7d79f9bb303b9383379635bb293cf3d.zip |
Import upstream version 12.10.2
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 13bdccf..90d3a93 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -57,10 +57,10 @@ host_triplet = @host@ DIST_COMMON = $(am__configure_deps) $(dist_noinst_SCRIPTS) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in $(top_srcdir)/Makefile.am.coverage \ - $(top_srcdir)/configure ABOUT-NLS COPYING build-aux/compile \ - build-aux/config.guess build-aux/config.rpath \ - build-aux/config.sub build-aux/depcomp build-aux/install-sh \ - build-aux/ltmain.sh build-aux/missing + $(top_srcdir)/configure ABOUT-NLS COPYING NEWS \ + build-aux/compile build-aux/config.guess \ + build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/ltmain.sh build-aux/missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtest.m4 \ @@ -656,7 +656,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |