diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
commit | 0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (patch) | |
tree | b1d607d38d8ce8fcac068f6a9553821f59eae61a /src/Makefile.in | |
parent | 4bad61faf27bf1e5b5c967d641d1d36b1260d8e1 (diff) | |
parent | 80e5ad4f83a8b1218133761de11d433a7854041e (diff) | |
download | ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.gz ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.bz2 ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.zip |
releasing version 0.4.1-0ubuntu1
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 534aa81..fd23190 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -39,7 +39,10 @@ libexec_PROGRAMS = indicator-sound-service$(EXEEXT) subdir = src 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 |