From 67bf8621089b56d2910c3580ac67ccf6fa7a19c9 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 17 Mar 2000 21:12:14 +0000 Subject: Fix for srcdir != builddir. * calendar/cal-client/Makefile.am, calendar/cal-util/Makefile.am, calendar/gui/Makefile.am, calendar/pcs/Makefile.am, mail/Makefile.am, widgets/e-text/Makefile.am: Fix for srcdir != builddir. svn path=/trunk/; revision=2119 --- calendar/cal-util/Makefile.am | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'calendar/cal-util') diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am index e6e34388af..8a866efd49 100644 --- a/calendar/cal-util/Makefile.am +++ b/calendar/cal-util/Makefile.am @@ -1,15 +1,13 @@ - -#INCLUDES = \ -# -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -# -DG_LOG_DOMAIN=\"cal-client\" \ -# -I$(srcdir) -I$(top_srcdir) \ -# -I. \ -# -I.. \ -# -I$(top_builddir) \ -# -I$(includedir) \ -# $(GNOME_INCLUDEDIR) - +INCLUDES = \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"cal-client\" \ + -I$(srcdir) -I$(top_srcdir) \ + -I. \ + -I.. \ + -I$(top_builddir) \ + -I$(includedir) \ + $(GNOME_INCLUDEDIR) lib_LTLIBRARIES = libcalutil.la -- cgit v1.2.3