diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-08-14 17:14:02 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-08-14 17:14:02 +0400 |
commit | 8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055 (patch) | |
tree | 0693513f1d7c4997af1f160fbdf9137115496c01 /Makefile.in | |
parent | 5014f7e7cbddb7890502bdf6ee53c7be60124f60 (diff) | |
download | rspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.tar.gz rspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.zip |
* Add initial implementation of C modules API
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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!" |