aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-02-28 08:07:15 -0500
committerMichael Terry <mike@mterry.name>2011-02-28 08:07:15 -0500
commitbb010c63b54c58a6dc63f86d6c0338d9502328bc (patch)
tree895731c314523c3ecf8201805040962a1ae2e909 /tests
parent3a611344dbc96d8a031be519e99715e389d09f05 (diff)
downloadayatana-indicator-datetime-bb010c63b54c58a6dc63f86d6c0338d9502328bc.tar.gz
ayatana-indicator-datetime-bb010c63b54c58a6dc63f86d6c0338d9502328bc.tar.bz2
ayatana-indicator-datetime-bb010c63b54c58a6dc63f86d6c0338d9502328bc.zip
Import upstream version 0.1.95
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 4712c15..aa32394 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -36,7 +36,10 @@ host_triplet = @host@
subdir = tests
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
@@ -107,6 +110,9 @@ INTLTOOL_PERL = @INTLTOOL_PERL@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
LD = @LD@
LDFLAGS = @LDFLAGS@
+LIBMAP_CFLAGS = @LIBMAP_CFLAGS@
+LIBMAP_LDFLAGS = @LIBMAP_LDFLAGS@
+LIBMAP_LIBS = @LIBMAP_LIBS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
@@ -141,6 +147,8 @@ POFILES = @POFILES@
POSUB = @POSUB@
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PREF_CFLAGS = @PREF_CFLAGS@
+PREF_LIBS = @PREF_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SERVICE_CFLAGS = @SERVICE_CFLAGS@