diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:32:53 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:32:53 +0200 |
commit | 80e5ad4f83a8b1218133761de11d433a7854041e (patch) | |
tree | 897ac9aa33cd0f1f703403e2bfc73136db80c86d /data | |
parent | b4d305f16bae6804dcf2acf8b9ecc4629807c150 (diff) | |
download | ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.tar.gz ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.tar.bz2 ayatana-indicator-sound-80e5ad4f83a8b1218133761de11d433a7854041e.zip |
Import upstream version 0.4.1
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 4d71c3e..6997830 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -37,7 +37,10 @@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |