Mercurial > masqmail
comparison Makefile.am @ 8:7e01b9096bb6
removed tests from Makefiles
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:20:41 +0100 |
parents | 969bc91ff13b |
children | 185ba6c0e6f0 |
comparison
equal
deleted
inserted
replaced
7:969bc91ff13b | 8:7e01b9096bb6 |
---|---|
3 docs/README docs/m*.[0-9] \ | 3 docs/README docs/m*.[0-9] \ |
4 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ | 4 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ |
5 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ | 5 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ |
6 INSTALL.agenda INSTALL.ipaq agenda-config.site | 6 INSTALL.agenda INSTALL.ipaq agenda-config.site |
7 | 7 |
8 SUBDIRS = src tests | 8 SUBDIRS = src |
9 | 9 |
10 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir | 10 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir |
11 | 11 |
12 conf_dir: $(DESTDIR)@with_confdir@ | 12 conf_dir: $(DESTDIR)@with_confdir@ |
13 | 13 |