From: dbs Date: Tue, 1 Jul 2008 13:08:37 +0000 (+0000) Subject: Enable libtool to work its magic and install versioned libraries X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39365b6d611e8cfa7d0640269c8e5888c49b5735;p=working%2FOpenSRF.git Enable libtool to work its magic and install versioned libraries git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1357 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am index 67cc4ab..a6129c7 100644 --- a/src/libopensrf/Makefile.am +++ b/src/libopensrf/Makefile.am @@ -124,16 +124,3 @@ else libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS) endif -install-exec-hook: - ## Remove extra lib files created by libtool. - rm $(LIBDIR)/libobjson.a - rm $(LIBDIR)/libobjson.la - rm $(LIBDIR)/libobjson.so - mv $(LIBDIR)/libobjson.so.*.*.* $(LIBDIR)/libobjson.so - rm $(LIBDIR)/libobjson.so.* - - rm $(LIBDIR)/libopensrf.a - rm $(LIBDIR)/libopensrf.la - rm $(LIBDIR)/libopensrf.so - mv $(LIBDIR)/libopensrf.so.*.*.* $(LIBDIR)/libopensrf.so - rm $(LIBDIR)/libopensrf.so.*