diff options
author | Dan Winship <danw@src.gnome.org> | 2003-09-01 14:15:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-09-01 14:15:35 +0800 |
commit | 9a763746ccd9f51e37fba2ee8e68eec17622534d (patch) | |
tree | f03002e1ab4c812bdd8e28ec2086cc517210520e /calendar/cal-client | |
parent | 1537b6f23ccbdc036fef37b94936e989cde4b797 (diff) | |
download | gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.tar.gz gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.tar.zst gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.zip |
Remove libcal-util-static.la
* cal-util/Makefile.am (privlib_LTLIBRARIES): Remove
libcal-util-static.la
* cal-client/Makefile.am (noinst_LTLIBRARIES): Remove
libcal-client-static.la
* conduits/calendar/Makefile.am (libecalendar_conduit_la_LIBADD):
use non-static libraries. The static ones were only needed for
libtool 1.3.
* conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Likewise
* gui/Makefile.am (IDL_GENERATED): Don't compile the calendar idl
here. It's already in libcal-client.
svn path=/trunk/; revision=22430
Diffstat (limited to 'calendar/cal-client')
-rw-r--r-- | calendar/cal-client/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am index 9ed423db72..ce2f6d4bbb 100644 --- a/calendar/cal-client/Makefile.am +++ b/calendar/cal-client/Makefile.am @@ -57,14 +57,6 @@ libcal_clientinclude_HEADERS = \ cal-query.h # -# make a static library for use by calendar conduit's shared library -# -noinst_LTLIBRARIES = libcal-client-static.la -libcal_client_static_la_SOURCES = $(libcal_client_la_SOURCES) -libcal_client_static_la_LDFLAGS = --all-static - - -# # client-test program # |