[rtmpdump] [PATCH 3/4] Create the SODIR, too
Martin Storsjo
martin at martin.st
Sat Apr 30 13:30:00 CEST 2011
When SYS=mingw, this differs from LIBDIR.
---
librtmp/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/librtmp/Makefile b/librtmp/Makefile
index a5040f6..1fa8ce7 100644
--- a/librtmp/Makefile
+++ b/librtmp/Makefile
@@ -100,7 +100,7 @@ librtmp.pc: librtmp.pc.in Makefile
install: install_base $(SO_INST)
install_base: librtmp.a librtmp.pc
- -mkdir -p $(INCDIR) $(LIBDIR)/pkgconfig $(MANDIR)/man3
+ -mkdir -p $(INCDIR) $(LIBDIR)/pkgconfig $(MANDIR)/man3 $(SODIR)
cp amf.h http.h log.h rtmp.h $(INCDIR)
cp librtmp.a $(LIBDIR)
cp librtmp.pc $(LIBDIR)/pkgconfig
--
1.7.3.1
More information about the rtmpdump
mailing list