From 45b1165f77cab0ac8dc40ce7d605e32c697fb22d Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 22 Feb 2011 11:20:34 -0500 Subject: add initial timezone map implementation, borrowed from gnome-control-center --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 94d179d..4c94f7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,9 +49,11 @@ indicator_datetime_preferences_SOURCES =\ indicator_datetime_preferences_CFLAGS = \ -Wall \ -Werror \ + -I$(top_srcdir)/libmap \ $(PREF_CFLAGS) \ -DPKGDATADIR="\"$(pkgdatadir)\"" indicator_datetime_preferences_LDADD = \ + $(top_builddir)/libmap/libmap.la \ $(PREF_LIBS) gen-%.xml.c: %.xml -- cgit v1.2.3