# HG changeset patch # User diego # Date 1139679846 0 # Node ID b090207c3d18730c681aefe5ce1e75474bbd22e7 # Parent 6ade7a72ae52f4c5c748b5b6adee19bf09cdc9b6 Separate header file installation from the general install target. diff -r 6ade7a72ae52 -r b090207c3d18 Makefile --- 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 $@ diff -r 6ade7a72ae52 -r b090207c3d18 libpostproc/Makefile --- a/libpostproc/Makefile Sat Feb 11 16:50:45 2006 +0000 +++ b/libpostproc/Makefile Sat Feb 11 17:44:06 2006 +0000 @@ -48,7 +48,7 @@ $(AR) rc $@ $(OBJS) $(RANLIB) $@ -install: all install-headers +install: all ifeq ($(BUILD_SHARED),yes) ifeq ($(CONFIG_WIN32),yes) install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)" @@ -64,7 +64,7 @@ endif endif -installlib: all install-headers +installlib: all install -m 644 $(LIB) "$(libdir)" install-headers: