# HG changeset patch # User diego # Date 1193730858 0 # Node ID aac097949f158f02db2c012c93521b4372fdedaa # Parent 98d3264ac47f181ffda64530ed0f9fd1d73745f1 Declare libpostproc prerequisites directly instead of using a layer of indirection. This moves build system workarounds closer to libpostproc where they are really needed. diff -r 98d3264ac47f -r aac097949f15 Makefile --- a/Makefile Wed Oct 17 09:37:46 2007 +0000 +++ b/Makefile Tue Oct 30 07:54:18 2007 +0000 @@ -10,13 +10,13 @@ LIBVERSION=$(SPPVERSION) LIBMAJOR=$(SPPMAJOR) -STATIC_OBJS=postprocess.o -SHARED_OBJS=postprocess_pic.o - HEADERS = postprocess.h include ../common.mak +$(LIBNAME): postprocess.o +$(SLIBNAME_WITH_MAJOR): postprocess_pic.o + depend dep: postprocess.c postprocess_pic.o: postprocess.c