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 | |
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')
-rw-r--r-- | src/xine-engine/Makefile.am | 3 | ||||
-rw-r--r-- | src/xine-utils/Makefile.am | 4 |
2 files changed, 3 insertions, 4 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 \ diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 72ef80ad4..333e21e13 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -7,8 +7,8 @@ lib_LTLIBRARIES = libxineutils.la libxineutils_la_SOURCES = utils.c memcpy.c monitor.c cpu_accel.c xine_mutex.c xmllexer.c xmlparser.c libxineutils_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -release $(LT_RELEASE) + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + include_HEADERS = xineutils.h attributes.h compat.h xmllexer.h xmlparser.h |