diff Makefile @ 942:0b4d844727ff libavformat

Separate header file installation from the general install target.
author diego
date Sat, 11 Feb 2006 17:44:06 +0000
parents 61959072be81
children 7082e2e7a3cd
line wrap: on
line diff
--- a/Makefile	Sat Feb 11 17:17:37 2006 +0000
+++ b/Makefile	Sat Feb 11 17:44:06 2006 +0000
@@ -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: