From f75cc7238b336522d966538e58f79bb11b996cbc Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sun, 19 Sep 1999 01:14:24 +0000 Subject: 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 --- libversit/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libversit') 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 \ -- cgit v1.2.3