# HG changeset patch # User diego # Date 1224188741 0 # Node ID 6fdb5269fe86b8bd3dc83645e4f3c9f699887a4c # Parent 7929bcb921e9dbe8404a046addc7fe3e86768d06 Create LIBDIR for binary codecs upon make install. diff -r 7929bcb921e9 -r 6fdb5269fe86 Makefile --- a/Makefile Thu Oct 16 20:23:22 2008 +0000 +++ b/Makefile Thu Oct 16 20:25:41 2008 +0000 @@ -814,7 +814,7 @@ install: $(INSTALL_TARGETS-yes) install-dirs: - $(INSTALL) -d $(BINDIR) $(CONFDIR) + $(INSTALL) -d $(BINDIR) $(CONFDIR) $(LIBDIR) install-%: %$(EXESUF) install-dirs $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) diff -r 7929bcb921e9 -r 6fdb5269fe86 configure --- a/configure Thu Oct 16 20:23:22 2008 +0000 +++ b/configure Thu Oct 16 20:25:41 2008 +0000 @@ -7753,6 +7753,7 @@ prefix = \$(DESTDIR)$_prefix BINDIR = \$(DESTDIR)$_bindir DATADIR = \$(DESTDIR)$_datadir +LIBDIR = \$(DESTDIR)$_libdir MANDIR = \$(DESTDIR)$_mandir CONFDIR = \$(DESTDIR)$_confdir