diff options
author | Peter Teichman <teichman@src.gnome.org> | 1999-08-01 03:37:25 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 1999-08-01 03:37:25 +0800 |
commit | dc41ba6c011504f21bb84a32940485a304faf4fc (patch) | |
tree | 36083b507fae0701c0364bdb3f78d244e58c2b07 /calendar/Makefile.am | |
parent | 2ab2b6e14fd4c82ad8118dc09cd6c53571da1c0d (diff) | |
download | gsoc2013-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.am | 5 |
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) |