diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 13:36:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 13:36:33 -0600 |
commit | 8e1fbde30cfce799b64477113b404d5cda3306aa (patch) | |
tree | cbd19c9bc5ff7638b2aabe9e81028cdd87fb4a79 /src/Makefile.in | |
parent | 83b6ed9560abbeebeae87c8bc5f81955d6c0799c (diff) | |
parent | 803f8f9c0a81d34c9d94c7b27e3b78fb0a6ecab3 (diff) | |
download | ayatana-indicator-datetime-8e1fbde30cfce799b64477113b404d5cda3306aa.tar.gz ayatana-indicator-datetime-8e1fbde30cfce799b64477113b404d5cda3306aa.tar.bz2 ayatana-indicator-datetime-8e1fbde30cfce799b64477113b404d5cda3306aa.zip |
Import upstream version 0.1.90
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9bf7c3b..4f2ce3d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -39,7 +39,10 @@ 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)/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 @@ -217,6 +220,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@ @@ -288,11 +293,11 @@ indicator_datetime_service_SOURCES = \ indicator_datetime_service_CFLAGS = \ -Wall \ -Werror \ - $(INDICATOR_CFLAGS) \ + $(SERVICE_CFLAGS) \ -DTIMEZONE_FILE="\"/etc/timezone\"" indicator_datetime_service_LDADD = \ - $(INDICATOR_LIBS) + $(SERVICE_LIBS) datetimelibdir = $(INDICATORDIR) datetimelib_LTLIBRARIES = libdatetime.la |