[Ffmpeg-cvslog] CVS: ffmpeg/libavutil Makefile,1.13,1.14

Diego Biurrun CVS diego
Sat Feb 11 18:44:09 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavutil
In directory mail:/var2/tmp/cvs-serv32/libavutil

Modified Files:
	Makefile 
Log Message:
Separate header file installation from the general install target.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile	30 Jan 2006 00:22:41 -0000	1.13
+++ Makefile	11 Feb 2006 17:44:06 -0000	1.14
@@ -61,7 +61,7 @@
 
 
 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 @@
 install:
 endif
 
-installlib: all install-headers
+installlib: all
 	install -m 644 $(LIB) "$(libdir)"
 
 install-headers:





More information about the ffmpeg-cvslog mailing list