aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorPeter Teichman <teichman@src.gnome.org>1999-08-01 03:37:25 +0800
committerPeter Teichman <teichman@src.gnome.org>1999-08-01 03:37:25 +0800
commitdc41ba6c011504f21bb84a32940485a304faf4fc (patch)
tree36083b507fae0701c0364bdb3f78d244e58c2b07 /calendar/Makefile.am
parent2ab2b6e14fd4c82ad8118dc09cd6c53571da1c0d (diff)
downloadgsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar.gz
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar.bz2
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar.lz
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar.xz
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.tar.zst
gsoc2013-evolution-dc41ba6c011504f21bb84a32940485a304faf4fc.zip
more autoconf, again. need to make the conduit compile conditionally
* configure.in: more autoconf, again. need to make the conduit compile conditionally though svn path=/trunk/; revision=1050
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 95d699f730..a8abc3c180 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -13,7 +13,7 @@ CFLAGS += -Wall -Wunused -Wpointer-arith -Wmissing-declarations
INCLUDES = \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
- $(CONDUIT_INCLUDEDIR) \
+ $(GNOME_CONDUIT_INCLUDEDIR) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
bin_PROGRAMS = gnomecal calendar-pilot-sync
@@ -114,8 +114,7 @@ calendar_conduits_LTLIBRARIES = \
libcalendar_conduit.la
libcalendar_conduit_la_LIBADD = \
- $(CONDUIT_LIBDIR) \
- $(CONDUIT_LIBS) \
+ $(GNOME_CONDUIT_LIBS) \
$(GNOME_LIBDIR) \
$(GNOME_LIBS)