summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
commit20477d627e595249371cfff878b0e249d1c62cee (patch)
tree0492d5ae57f8984c99f2540575ebeb3fa7bb27a8 /sieve
parent772d86eda16f6f09e9d8709d1d42570d63fce5ba (diff)
downloadmailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.gz
mailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.bz2
Fixed INCLUDES
Diffstat (limited to 'sieve')
-rw-r--r--sieve/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 305d8bf96..e1756cbba 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -14,13 +14,13 @@
14## 14##
15## You should have received a copy of the GNU General Public License 15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software 16## along with this program; if not, write to the Free Software
17## Foundation, Inc. 17## Foundation, Inc.
18## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19
20INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@ 20INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
21SUBDIRS = testsuite 21SUBDIRS = testsuite
22 22
23bin_PROGRAMS = sieve 23bin_PROGRAMS = sieve
24sieve_SOURCES = sieve.c 24sieve_SOURCES = sieve.c
25sieve_LDADD =\ 25sieve_LDADD =\
26 ../libsieve/libsieve.la\ 26 ../libsieve/libsieve.la\

Return to:

Send suggestions and report system problems to the System administrator.