aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-04-19 12:21:48 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-04-19 12:21:48 +0800
commite8f404212192537022a5c8c8392e1aaeb446d864 (patch)
tree37289e4e6fb1a5778c5048bd2b583ec09795a411 /calendar/cal-util/Makefile.am
parent80b463a043ce176168c17d3a82db01941feb4b63 (diff)
downloadgsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar.gz
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar.bz2
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar.lz
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar.xz
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.tar.zst
gsoc2013-evolution-e8f404212192537022a5c8c8392e1aaeb446d864.zip
Fix include path.
2000-04-18 Federico Mena Quintero <federico@helixcode.com> * cal-util/Makefile.am (INCLUDES): Fix include path. svn path=/trunk/; revision=2491
Diffstat (limited to 'calendar/cal-util/Makefile.am')
-rw-r--r--calendar/cal-util/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am
index 248e5373e5..250cbf95c9 100644
--- a/calendar/cal-util/Makefile.am
+++ b/calendar/cal-util/Makefile.am
@@ -1,12 +1,11 @@
INCLUDES = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-DG_LOG_DOMAIN=\"cal-util\" \
- -I$(srcdir) -I$(top_srcdir) \
- -I$(srcdir)/calendar \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/calendar \
-I. \
-I.. \
-I$(top_builddir) \
- -I$(includedir) \
$(GNOME_INCLUDEDIR)
lib_LTLIBRARIES = libcal-util.la