Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4e4dcfce
...
4e4dcfcee72b611eec19df797da3bd959faaedf5
authored
2002-12-10 14:57:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use SIEVE_MODDIR.
1 parent
b6e9694e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
examples/Makefile.am
libsieve/Makefile.am
examples/Makefile.am
View file @
4e4dcfc
...
...
@@ -13,7 +13,7 @@ noinst_PROGRAMS = \
http
\
mta
moddir
=
$(libdir)
/
$(PACKAGE)
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
...
...
libsieve/Makefile.am
View file @
4e4dcfc
...
...
@@ -5,6 +5,7 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-dtv
AM_CPPFLAGS
=
-DSIEVE_MODDIR
=
\"
@SIEVE_MODDIR@
\"
lib_LTLIBRARIES
=
libsieve.la
...
...
Please
register
or
sign in
to post a comment