[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.117,1.118

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


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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Makefile	10 Feb 2006 01:24:32 -0000	1.117
+++ Makefile	11 Feb 2006 17:44:06 -0000	1.118
@@ -125,7 +125,7 @@
 	$(CC) -MM $(CFLAGS) $^ 1>.depend
 
 ifeq ($(BUILD_SHARED),yes)
-install: all install-headers
+install: all
 ifeq ($(CONFIG_WIN32),yes)
 	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
 else
@@ -142,7 +142,7 @@
 install:
 endif
 
-installlib: all install-headers
+installlib: all
 	install -m 644 $(LIB) "$(libdir)"
 
 install-headers:





More information about the ffmpeg-cvslog mailing list