diff options
author | Ted Gould <ted@gould.cx> | 2011-08-11 11:29:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-11 11:29:05 -0500 |
commit | 31f6c68e456e002d94bd3e94c0dfe2a95bde5f15 (patch) | |
tree | bc04700946ef201657dd7e5da7de1846b0a5b0b6 /tests/Makefile.in | |
parent | a60db303a70c74ded4a2e51bb59e0bb48e96aa43 (diff) | |
parent | 9edb75b4d3cef35eead04e58293a92eaf0a5db42 (diff) | |
download | ayatana-indicator-datetime-31f6c68e456e002d94bd3e94c0dfe2a95bde5f15.tar.gz ayatana-indicator-datetime-31f6c68e456e002d94bd3e94c0dfe2a95bde5f15.tar.bz2 ayatana-indicator-datetime-31f6c68e456e002d94bd3e94c0dfe2a95bde5f15.zip |
* New upstream release.
* Adding in a new greeter mode
* Fixing autotools
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 363d587..b2e999e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -36,10 +36,13 @@ 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 +mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -110,7 +113,6 @@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBMAP_CFLAGS = @LIBMAP_CFLAGS@ -LIBMAP_LDFLAGS = @LIBMAP_LDFLAGS@ LIBMAP_LIBS = @LIBMAP_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ |