From d40f089a706484364ceb499d6bb4f6d823b92b09 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 21 Feb 2003 21:24:34 +0000 Subject: Make libversit a shared library, update stuff for that, and clean up some LDADDs in the process svn path=/trunk/; revision=19994 --- libversit/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libversit/Makefile.am') diff --git a/libversit/Makefile.am b/libversit/Makefile.am index 40bdc48f36..809eeaed80 100644 --- a/libversit/Makefile.am +++ b/libversit/Makefile.am @@ -1,6 +1,6 @@ # Makefile for libversit.a -# $Id: Makefile.am,v 1.12 2002/07/22 15:35:36 danw Exp $ +# $Id: Makefile.am,v 1.13 2003/02/21 21:24:27 danw Exp $ VERSIT_SRC = \ vcc.y \ @@ -11,9 +11,9 @@ VERSIT_SRC = \ vcaltmp.c \ vcaltmp.h -privlib_LIBRARIES = libversit.a +privlib_LTLIBRARIES = libversit.la -libversit_a_SOURCES = $(VERSIT_SRC) +libversit_la_SOURCES = $(VERSIT_SRC) EXTRA_DIST = README.TXT vcaltest.c vctest.c -- cgit v1.2.3