Mercurial > libavcodec.hg
comparison libpostproc/Makefile @ 3116:e5e4f74f006d libavcodec
Quote all installation paths to protect against spaces in the path.
| author | diego |
|---|---|
| date | Sat, 11 Feb 2006 20:54:40 +0000 |
| parents | 76d320e10dca |
| children | 00b0af60fe53 |
comparison
equal
deleted
inserted
replaced
| 3115:76d320e10dca | 3116:e5e4f74f006d |
|---|---|
| 66 | 66 |
| 67 install-lib-static: $(LIB) | 67 install-lib-static: $(LIB) |
| 68 install -m 644 $(LIB) "$(libdir)" | 68 install -m 644 $(LIB) "$(libdir)" |
| 69 | 69 |
| 70 install-headers: | 70 install-headers: |
| 71 install -d $(incdir) | 71 install -d "$(incdir)" |
| 72 install -m 644 postprocess.h $(incdir)/postprocess.h | 72 install -m 644 postprocess.h "$(incdir)/postprocess.h" |
| 73 install -m 644 $(SRC_PATH)/libpostproc.pc $(libdir)/pkgconfig | 73 install -m 644 $(SRC_PATH)/libpostproc.pc "$(libdir)/pkgconfig" |
| 74 | 74 |
| 75 | 75 |
| 76 # | 76 # |
| 77 # include dependency files if they exist | 77 # include dependency files if they exist |
| 78 # | 78 # |
