~oem-solutions-group/unity-2d/indicator-sound

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Sebastien Bacher
  • Date: 2010-06-28 15:35:19 UTC
  • mfrom: (28.9.10 upstream)
  • Revision ID: seb128@ubuntu.com-20100628153519-zi98aargg1szseq4
Tags: 0.3.4-0ubuntu1
releasing version 0.3.4-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
subdir = src
40
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
43
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
44
        $(ACLOCAL_M4)
48
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs