summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-11 17:44:06 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-11 17:44:06 +0000
commitf29f3b5d9ff5cc3b70dac295c9589577ce1a41c7 (patch)
tree28a629b00570cf06854f744cbddd48b5e1e55fee /libavutil
parent5e43b17e7ca7cd7ac6be863cb3c4c9006445846d (diff)
Separate header file installation from the general install target.
Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 4dcb7e3b19..a27ed55a8b 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -61,7 +61,7 @@ distclean: clean
ifeq ($(BUILD_SHARED),yes)
-install: all install-headers
+install: all
ifeq ($(CONFIG_WIN32),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else
@@ -78,7 +78,7 @@ else
install:
endif
-installlib: all install-headers
+installlib: all
install -m 644 $(LIB) "$(libdir)"
install-headers: