diff Makefile @ 3110:b090207c3d18 libavcodec

Separate header file installation from the general install target.
author diego
date Sat, 11 Feb 2006 17:44:06 +0000
parents 8fae2a0e1674
children 380d5841b346
line wrap: on
line diff
--- a/Makefile	Sat Feb 11 16:50:45 2006 +0000
+++ b/Makefile	Sat Feb 11 17:44:06 2006 +0000
@@ -503,7 +503,7 @@
 	$(CC) -o $@ $^ $(LIBAVUTIL) -lm
 
 ifeq ($(BUILD_SHARED),yes)
-install: all install-headers
+install: all
 ifeq ($(CONFIG_WIN32),yes)
 	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
 else
@@ -523,7 +523,7 @@
 install:
 endif
 
-installlib: all install-headers
+installlib: all
 	install -m 644 $(LIB) "$(libdir)"
 ifeq ($(CONFIG_PP),yes)
 	$(MAKE) -C libpostproc $@