aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-08 16:30:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-08 16:30:48 +0000
commit80b17c5e8e5c598376d9269d2a5c9b6de4084848 (patch)
tree4d9eed3500c481bb03f677e09b4fc812cd7a1c8a
parent6e4f14b0f9e0056b89d1a7dcae4e50c823aaef34 (diff)
downloadmailfromd-80b17c5e8e5c598376d9269d2a5c9b6de4084848.tar.gz
mailfromd-80b17c5e8e5c598376d9269d2a5c9b6de4084848.tar.bz2
(LDADD): Use $(MILTER) instead of hardcoding
the library name. git-svn-id: file:///svnroot/mailfromd/branches/v_1_0@216 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8bc35aff..c4c052be 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of mailfrom filter.
-# Copyright (C) 2005, Sergey Poznyakoff
+# Copyright (C) 2005, 2006 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ AM_CPPFLAGS=\
-DDEFAULT_EXPIRE_RATES_INTERVAL=$(DEFAULT_EXPIRE_RATES_INTERVAL) \
-DSYSCONFDIR=\"$(sysconfdir)\"
INCLUDES = $(MAILUTILS_INCLUDES)
-LDADD = $(LIBOBJS) $(MAILUTILS_LIBS) -lmilter
+LDADD = $(LIBOBJS) $(MAILUTILS_LIBS) $(MILTER)
EXTRA_DIST = gram.h daemon.c obstack.c obstack.h snprintf.c snprintf.h strtok_r.c
AM_YFLAGS=-dtv
AM_LFLAGS=-dvp

Return to:

Send suggestions and report system problems to the System administrator.