Quote all installation paths to protect against spaces in the path.

Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-02-11 20:54:40 +00:00
parent a44a8bb818
commit 26d469117f

View File

@ -68,9 +68,9 @@ install-lib-static: $(LIB)
install -m 644 $(LIB) "$(libdir)"
install-headers:
install -d $(incdir)
install -m 644 postprocess.h $(incdir)/postprocess.h
install -m 644 $(SRC_PATH)/libpostproc.pc $(libdir)/pkgconfig
install -d "$(incdir)"
install -m 644 postprocess.h "$(incdir)/postprocess.h"
install -m 644 $(SRC_PATH)/libpostproc.pc "$(libdir)/pkgconfig"
#