diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
commit | d40f089a706484364ceb499d6bb4f6d823b92b09 (patch) | |
tree | 2a467c1fcafe9828b96fc82de3c8d115e1234aa7 /libversit/Makefile.am | |
parent | 80906889c2d0c7db9a69ca5d2e3a7657effd311b (diff) | |
download | gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.gz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.bz2 gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.lz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.xz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.zst gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.zip |
Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process
svn path=/trunk/; revision=19994
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r-- | libversit/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 |