diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-29 19:49:42 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-29 19:49:42 +0800 |
commit | 5668df1f78956739fc09a8e55f2219ce429fa64e (patch) | |
tree | 20d25c9194f451ddc6e6807f044075c0a71905d1 | |
parent | f5a99342ef92ce4cef783e7ad6fbe5e10061268c (diff) | |
download | gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar.gz gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar.bz2 gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar.lz gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar.xz gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.tar.zst gsoc2013-evolution-5668df1f78956739fc09a8e55f2219ce429fa64e.zip |
make it work with "make install"
svn path=/trunk/; revision=1987
-rw-r--r-- | filter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |