diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 13:55:01 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 13:55:01 -0400 |
commit | 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 (patch) | |
tree | c270c8b758cfba94ad2e236a5cbf9685ee87a95b /data | |
parent | 619a7c5da5817b5da3bfd8af5c3af9de450b6d48 (diff) | |
download | ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.tar.gz ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.tar.bz2 ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.zip |
Import upstream version 0.3.2
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 3431a31..f466570 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 |