~ubuntu-branches/ubuntu/natty/indicator-datetime/natty

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-12-13 11:30:25 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213113025-gzu3kuukayeo3ets
Tags: 0.1.90.is.0.0.6-0ubuntu1
Uploading 0.0.6 again to superceed 0.1.90 which is still blocked on
MIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = tests
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
40
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
41
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
42
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
41
        $(ACLOCAL_M4)
45
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146
143
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
147
144
RANLIB = @RANLIB@
148
145
SED = @SED@
149
 
SERVICE_CFLAGS = @SERVICE_CFLAGS@
150
 
SERVICE_LIBS = @SERVICE_LIBS@
151
146
SET_MAKE = @SET_MAKE@
152
147
SHELL = @SHELL@
153
148
STRIP = @STRIP@