[Ffmpeg-cvslog] r5874 - trunk/common.mak
diego
subversion
Tue Aug 1 00:30:33 CEST 2006
Author: diego
Date: Tue Aug 1 00:30:32 2006
New Revision: 5874
Modified:
trunk/common.mak
Log:
Create $(shlibdir), not $(libdir) for shared libs.
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Tue Aug 1 00:30:32 2006
@@ -60,7 +60,7 @@
install-libs: $(INSTLIBTARGETS)
install-lib-shared: $(SLIBNAME)
- install -d "$(libdir)"
+ install -d "$(shlibdir)"
ifeq ($(CONFIG_MINGW),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else
More information about the ffmpeg-cvslog
mailing list