From f29f3b5d9ff5cc3b70dac295c9589577ce1a41c7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 17:44:06 +0000 Subject: Separate header file installation from the general install target. Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05a3110a2f..6b4cab0a7b 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ documentation: .PHONY: install -install: all install-progs install-man $(INSTALLVHOOK) +install: all install-progs install-headers install-man $(INSTALLVHOOK) $(MAKE) -C libavutil install $(MAKE) -C libavcodec install $(MAKE) -C libavformat install @@ -138,6 +138,11 @@ installlib: $(MAKE) -C libavcodec installlib $(MAKE) -C libavformat installlib +install-headers: + $(MAKE) -C libavutil install-headers + $(MAKE) -C libavcodec install-headers + $(MAKE) -C libavformat install-headers + dep: depend depend: .depend -- cgit v1.2.3