changeset 14:ec78e505f42c libpostproc

Fix 'make depend' for libpostproc.
author diego
date Tue, 12 Sep 2006 10:33:27 +0000
parents 3a808d823fbe
children ac99241b61c3
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Sep 09 21:09:37 2006 +0000
+++ b/Makefile	Tue Sep 12 10:33:27 2006 +0000
@@ -20,6 +20,8 @@
 
 include $(SRC_PATH)/common.mak
 
+depend: postprocess.c
+
 ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<