summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-11 19:30:55 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-11 19:30:55 +0000
commitdc2a1ce5c0753de76c623151fa78db6f407c113b (patch)
tree4a53dbc79cae665b5e87e96123ade22ced48c370 /Makefile
parent1d67a1d46f4dc8fa5433b37d131290cc21c6824a (diff)
Simplify header installation.
Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c3a7d7eb6..611dc8868b 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,8 @@ ifeq ($(BUILD_STATIC),yes)
endif
install-headers:
+ install -d "$(incdir)"
+ install -d "$(libdir)/pkgconfig"
$(MAKE) -C libavutil install-headers
$(MAKE) -C libavcodec install-headers
$(MAKE) -C libavformat install-headers