diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-19 09:14:24 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-19 09:14:24 +0800 |
commit | f75cc7238b336522d966538e58f79bb11b996cbc (patch) | |
tree | cbb522e5f853b3ca6ebc52ee9887d47e6c850e61 /libversit | |
parent | b2c5bf685a08cd401de24ad9ec7698804fce51ec (diff) | |
download | gsoc2013-evolution-f75cc7238b336522d966538e58f79bb11b996cbc.tar.gz gsoc2013-evolution-f75cc7238b336522d966538e58f79bb11b996cbc.tar.zst gsoc2013-evolution-f75cc7238b336522d966538e58f79bb11b996cbc.zip |
changed to be a .la file instead of .a, this allows lib*_conduit to use
* libversit: changed to be a .la file instead of .a, this allows
lib*_conduit to use the library.
* gncal/calendar-conduit: implemented iterate and
iterate_specific.
* gncal/corba-cal: fixed warnings.
svn path=/trunk/; revision=1239
Diffstat (limited to 'libversit')
-rw-r--r-- | libversit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am index 60aadedbdd..ce54e0bc25 100644 --- a/libversit/Makefile.am +++ b/libversit/Makefile.am @@ -1,7 +1,7 @@ -noinst_LIBRARIES = libversit.a +noinst_LTLIBRARIES = libversit.la -libversit_a_SOURCES = \ +libversit_la_SOURCES = \ vcc.y \ vcc.h \ vobject.c \ |