From 119573816d447a78fee256d173704b673c356664 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 14 Dec 2007 10:42:30 +0000 Subject: begin work on on immark, the first input module. In the long term this will lead to a complete rewrite of the input system --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1e6cf5a6..dc67a195 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,8 @@ EXTRA_DIST = \ SUBDIRS = doc +SUBDIRS += plugins/immark + if ENABLE_MYSQL SUBDIRS += plugins/ommysql endif -- cgit