diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 14:38:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 14:38:11 -0600 |
commit | dc4a5be24185927dbd52c9404bf5974f8b418575 (patch) | |
tree | b53540826e884fec0e4cf97ddb5e086e0a5a634f /tests/Makefile.in | |
parent | e7e3df4f785e467a59308f7b99817cfbaeecab2c (diff) | |
parent | e7442e09fecff816aa195e8aaff27192d3c64b6b (diff) | |
download | ayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.tar.gz ayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.tar.bz2 ayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.zip |
Merge for U. Desktop
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 10 |
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@ |