diff options
| author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-05-03 23:21:03 +0000 |
|---|---|---|
| committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-05-03 23:21:03 +0000 |
| commit | 537d265bc1658359796008d6720f12eabd13c324 (patch) | |
| tree | 0a15426890f6400a5c42c5ea3422159856f3a6ee /src/xine-engine | |
| parent | aa9832195866e659336449f4c18e541cf0b7a100 (diff) | |
| download | xine-lib-537d265bc1658359796008d6720f12eabd13c324.tar.gz xine-lib-537d265bc1658359796008d6720f12eabd13c324.tar.bz2 | |
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
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |
