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
This commit is contained in:
Peter Teichman
1999-08-02 17:43:13 +00:00
parent b83d509e96
commit ffca276dba
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
1999-08-02 Peter Teichman <pat4@acpub.duke.edu>
* Makefile.am (libcalendar_conduit_la_LDFLAGS):
libcalendar_conduit now installs
* calendar-pilot-sync.c (sync_pilot): do deletion of appointments
correctly, when they are deleted on the pilot
(conduit_free_Appointment): protect against double-freeing parts
+2 -1
View File
@@ -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) \
+2 -1
View File
@@ -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) \