~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Didier Roche
  • Date: 2012-02-03 09:26:47 UTC
  • mfrom: (14.2.196 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: didier.roche@canonical.com-20120203092647-roofheotc4p5qhmf
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
40
        $(srcdir)/config.vala.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)/acinclude.m4 \
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
46
43
        $(top_srcdir)/configure.ac
47
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
45
        $(ACLOCAL_M4)