aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorPeter Teichman <teichman@src.gnome.org>1999-08-03 01:43:13 +0800
committerPeter Teichman <teichman@src.gnome.org>1999-08-03 01:43:13 +0800
commitffca276dba406039f74f79b275e2ca54be5c2a08 (patch)
tree3a26725ec77cc780e42b93495d0a679273f6db17 /calendar/Makefile.am
parentb83d509e961197fa3bc182af8205fd554405a905 (diff)
downloadgsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar.gz
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar.bz2
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar.lz
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar.xz
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.tar.zst
gsoc2013-evolution-ffca276dba406039f74f79b275e2ca54be5c2a08.zip
don't try to run GNOME_CONDUIT_CHECK if it doesn't exist
* configure.in: don't try to run GNOME_CONDUIT_CHECK if it doesn't exist * gncal/Makefile.am: libcalendar_conduit now installs svn path=/trunk/; revision=1066
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 50e6e98092..0796c6b142 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -122,7 +122,8 @@ calendar_conduits_LTLIBRARIES = @CALCONDUITLIB@
EXTRA_LTLIBRARIES = libcalendar_conduit.la
-GNOME_CONDUIT_LIBS=
+libcalendar_conduit_la_LDFLAGS = \
+ -rpath $(libdir)
libcalendar_conduit_la_LIBADD = \
$(GNOME_CONDUIT_LIBS) \