From 537d265bc1658359796008d6720f12eabd13c324 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Fri, 3 May 2002 23:21:03 +0000 Subject: switches to libtool versioning (pessimistically assuming unstable API => LT_CURRENT=0; 1 would be better, but only if we assume a stable API) CVS patchset: 1849 CVS date: 2002/05/03 23:21:03 --- src/xine-engine/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xine-engine') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index c263140b9..49744095e 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -15,8 +15,7 @@ libxine_la_DEPENDENCIES = @INTLLIBS@ libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS) -lm libxine_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -release $(LT_RELEASE) + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) include_HEADERS = buffer.h metronom.h configfile.h \ audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \ -- cgit v1.2.3