Mercurial > libdvdnav.hg
changeset 257:0340d2236219 src
newer versions of libtool claim the LT_* namespace for themselves, so
we name the LT_* variables to DVDNAV_LT_*
author | mroi |
---|---|
date | Mon, 03 Jan 2005 20:24:21 +0000 |
parents | 6299ccea8a38 |
children | 0f055e94eb9c |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Wed Dec 15 21:16:58 2004 +0000 +++ b/Makefile.am Mon Jan 03 20:24:21 2005 +0000 @@ -21,7 +21,7 @@ $(top_builddir)/src/vm/libdvdvm.la libdvdnav_la_LDFLAGS = \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -version-info $(DVDNAV_LT_CURRENT):$(DVDNAV_LT_REVISION):$(DVDNAV_LT_AGE) \ -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)" # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)