diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-16 17:14:31 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-16 17:14:31 -0400 |
commit | c1c8b40a1f2f38c3deff52d2e214fe9b76a4101f (patch) | |
tree | 1c8280e4e1613a92bd257ba60f35c647805cde2a /libmap | |
parent | 5e71d57cdb42e41ebcd71b25df915fa051dc189a (diff) | |
parent | 5c578868c37e7d3d45fc598b95ca3facae46cb33 (diff) | |
download | ayatana-indicator-datetime-c1c8b40a1f2f38c3deff52d2e214fe9b76a4101f.tar.gz ayatana-indicator-datetime-c1c8b40a1f2f38c3deff52d2e214fe9b76a4101f.tar.bz2 ayatana-indicator-datetime-c1c8b40a1f2f38c3deff52d2e214fe9b76a4101f.zip |
* New upstream release.
* Adding in a new greeter mode
* Fixing autotools
Diffstat (limited to 'libmap')
-rw-r--r-- | libmap/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libmap/Makefile.in b/libmap/Makefile.in index 3c4ea45..70167f6 100644 --- a/libmap/Makefile.in +++ b/libmap/Makefile.in @@ -41,10 +41,13 @@ subdir = libmap DIST_COMMON = README $(dist_tzdata_DATA) $(dist_ui_DATA) \ $(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 = @@ -68,7 +71,7 @@ test_timezone_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_timezone_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ @@ -179,7 +182,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@ |