changeset 27759:6fdb5269fe86

Create LIBDIR for binary codecs upon make install.
author diego
date Thu, 16 Oct 2008 20:25:41 +0000
parents 7929bcb921e9
children 1109b6364da9
files Makefile configure
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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