diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-01-16 17:02:26 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-01-16 17:02:26 +0300 |
commit | fe5ad5874aad220fb12a259e607f89ce5fae7465 (patch) | |
tree | e22215da4087e82926bf3797469a4e00914e8c1e /Makefile.in | |
parent | d0681272065a04de5e8249b782ac7f9efa938555 (diff) | |
download | rspamd-fe5ad5874aad220fb12a259e607f89ce5fae7465.tar.gz rspamd-fe5ad5874aad220fb12a259e607f89ce5fae7465.zip |
* Add simple utility for sending mail to rspamd
* Fix some errors in freeing message object
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index fc7078d1a..1448d4377 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,6 +14,7 @@ perl/Makefile: install: $(EXEC) cd perl && make install && cd .. $(INSTALL) -b $(EXEC) $(PREFIX)/sbin/$(EXEC) + $(INSTALL) -b rspamc.pl $(PREFIX)/bin/rspamc $(INSTALL) -v $(EXEC).sh $(PREFIX)/etc/rc.d #$(INSTALL) -m0644 rspamd.8 $(MANPATH)/man8 #$(INSTALL) -m0644 rspamd.conf.sample $(PREFIX)/etc |