Mercurial > libavcodec.hg
comparison libpostproc/Makefile @ 3112:31d15c4d86a0 libavcodec
Simplify header installation.
author | diego |
---|---|
date | Sat, 11 Feb 2006 19:30:55 +0000 |
parents | 380d5841b346 |
children | 8e5b48dad33e |
comparison
equal
deleted
inserted
replaced
3111:380d5841b346 | 3112:31d15c4d86a0 |
---|---|
63 | 63 |
64 install-lib-static: $(LIB) | 64 install-lib-static: $(LIB) |
65 install -m 644 $(LIB) "$(libdir)" | 65 install -m 644 $(LIB) "$(libdir)" |
66 | 66 |
67 install-headers: | 67 install-headers: |
68 mkdir -p $(prefix)/include/postproc | 68 install -m 644 $postprocess.h $(prefix)/include/postproc/postprocess.h |
69 install -m 644 $(SRC_PATH)/libavcodec/libpostproc/postprocess.h $(prefix)/include/postproc/postprocess.h | 69 install -m 644 $(SRC_PATH)/libpostproc.pc $(libdir)/pkgconfig |
70 install -d $(libdir)/pkgconfig | |
71 install -m 644 ../../libpostproc.pc $(libdir)/pkgconfig | |
72 | 70 |
73 | 71 |
74 # | 72 # |
75 # include dependency files if they exist | 73 # include dependency files if they exist |
76 # | 74 # |