summaryrefslogtreecommitdiff
path: root/libmu_sieve/extensions/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_sieve/extensions/Makefile.am')
-rw-r--r--libmu_sieve/extensions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_sieve/extensions/Makefile.am b/libmu_sieve/extensions/Makefile.am
index c512340e5..4456eed0e 100644
--- a/libmu_sieve/extensions/Makefile.am
+++ b/libmu_sieve/extensions/Makefile.am
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-moddir=@MU_SIEVE_MODDIR@
+moddir=$(MU_SIEVE_MODDIR)
mod_LTLIBRARIES = \
editheader.la\
list.la\
@@ -24,7 +24,7 @@ mod_LTLIBRARIES = \
timestamp.la\
vacation.la
-AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_APP_COMMON_INCLUDES)
AM_LDFLAGS = -module -avoid-version -no-undefined -rpath '$(moddir)'

Return to:

Send suggestions and report system problems to the System administrator.