diff Makefile @ 27759:6fdb5269fe86

Create LIBDIR for binary codecs upon make install.
author diego
date Thu, 16 Oct 2008 20:25:41 +0000
parents 7327f61a0a4f
children 257f974b7cd9
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)