diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-07 15:15:51 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-07 15:15:51 -0500 |
commit | 9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584 (patch) | |
tree | 5afee97cd7cb6fb56d77b72b8d552cb6d5664284 /tests/Makefile.in | |
parent | 974563dd39779e15266247310a65a24e96eeee6d (diff) | |
parent | 04f95aabad5e8ca3e9503d696aa894d03b036de2 (diff) | |
download | ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.tar.gz ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.tar.bz2 ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.zip |
releasing version 0.1.90-0ubuntu10.1.90-0ubuntu1
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 0c395cb..9141238 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 @@ -143,6 +146,8 @@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ +SERVICE_CFLAGS = @SERVICE_CFLAGS@ +SERVICE_LIBS = @SERVICE_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ |