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:
@@ -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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user