From 5668df1f78956739fc09a8e55f2219ce429fa64e Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Tue, 29 Feb 2000 11:49:42 +0000 Subject: make it work with "make install" svn path=/trunk/; revision=1987 --- filter/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filter/Makefile b/filter/Makefile index ca13bb1b5f..efc506d9c6 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -22,5 +22,8 @@ libfilter.la: $(LIBFILTEROBJS) %.lo: %.c $(LIBTOOL) --mode compile $(CC) $(CFLAGS) -c -o $@ $< +install: + echo "install not yet implemented" + clean: -rm -rf *.o *.lo core .libs -- cgit v1.2.3