diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-03 20:12:18 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-03 20:12:18 +0000 |
commit | 4bd9d28412eb4c60396ec33715dc8ad0ef3541a5 (patch) | |
tree | 0e4f7a5036227cf3ca5f793f0dfe0531d1f7c068 /src/xine-engine/Makefile.am | |
parent | 750a66e5c57290523d70d5a4d3c7674aeb49467d (diff) | |
download | xine-lib-4bd9d28412eb4c60396ec33715dc8ad0ef3541a5.tar.gz xine-lib-4bd9d28412eb4c60396ec33715dc8ad0ef3541a5.tar.bz2 |
**BUGFIX**
change LT_* variables into XINE_LT_*, because newer versions of libtool
claim the whole LT_* namespace for themselves (fixes bug #1094262)
CVS patchset: 7321
CVS date: 2005/01/03 20:12:18
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r-- | src/xine-engine/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 9ae4363ce..af4e06dff 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -40,7 +40,8 @@ libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS) \ $(dirent_lib) $(LIBXINEPOSIX) $(RT_LIBS) libxine_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(def_ldflags) + -version-info $(XINE_LT_CURRENT):$(XINE_LT_REVISION):$(XINE_LT_AGE) \ + $(def_ldflags) include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \ |