aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2008-08-14 17:14:02 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2008-08-14 17:14:02 +0400
commit8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055 (patch)
tree0693513f1d7c4997af1f160fbdf9137115496c01 /Makefile.in
parent5014f7e7cbddb7890502bdf6ee53c7be60124f60 (diff)
downloadrspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.tar.gz
rspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.zip
* Add initial implementation of C modules API
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1bf77d694..aa9112e70 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,7 @@ clean:
dist-clean: clean
rm -f Makefile
rm -f config.log
- rm -f md5.h md5.c strlcpy.h strlcpy.c queue.h
+ rm -f md5.h md5.c strlcpy.h strlcpy.c queue.h config.h modules.c
creategroup:
@echo "Create group $(RSPAMD_GROUP) before installing!"