summaryrefslogtreecommitdiff
path: root/guimb/scm/Makefile.am
blob: d68151d311fbd9110d2c1a85bedb1ec06e29d45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.

bin_SCRIPTS = sieve.scm

sieve.scm: sieve.scm.in
	sed "s,%BINDIR%,$(bindir),g;s,%LIBDIR%,$(pkgdatadir),g" $< > $@

CLEANFILES = sieve.scm

pkgdata_DATA=\
 mimeheader.scm\
 numaddr.scm\
 redirect.scm\
 reject.scm\
 sieve-core.scm

EXTRA_DIST=\
 mimeheader.scm\
 numaddr.scm\
 redirect.scm\
 reject.scm\
 sieve-core.scm\
 sieve.scm.in

Return to:

Send suggestions and report system problems to the System administrator.