diff options
author | Ted Gould <ted@gould.cx> | 2010-09-09 13:00:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-09 13:00:16 -0500 |
commit | 9f44db889abfe763b7b6e4a576cab9fdcc6668ad (patch) | |
tree | b2d9554e9a2e1655262a5dbe8dda732c85fd6a7f /src/Makefile.in | |
parent | 50a929d404a5bb7244043bafb3b0f5467c674eef (diff) | |
parent | 83b6ed9560abbeebeae87c8bc5f81955d6c0799c (diff) | |
download | ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.tar.gz ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.tar.bz2 ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.zip |
New upstream release.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ddeacc3..9bf7c3b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -39,10 +39,7 @@ libexec_PROGRAMS = indicator-datetime-service$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -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__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |