From 831db744f4c023bd0478631a6050c394497bb2ea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 Apr 2003 17:21:44 +0000 Subject: add the mouse plugin to the build system --- build/Makefile.plugins.keyboard | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/Makefile.plugins.keyboard') diff --git a/build/Makefile.plugins.keyboard b/build/Makefile.plugins.keyboard index e8e95163..497ce797 100644 --- a/build/Makefile.plugins.keyboard +++ b/build/Makefile.plugins.keyboard @@ -40,6 +40,8 @@ clean: $(RM) $(target) $(objects) $(RM) $(srcdir)/*\~ +distclean: + -include $(deps) .PHONY: all install uninstall clean distclean -- cgit v1.2.3