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
44c52891
...
44c52891328b3d597bb1e9d6a8c16c76f07002bc
authored
17 years ago
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(INCLUDES): Remove INTLINCS
(mailutils_config_CFLAGS): Use MU_LINK_POSTFLAGS
1 parent
16b88271
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/Makefile.am
config/Makefile.am
View file @
44c5289
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
bin_PROGRAMS
=
mailutils-config
...
...
@@ -31,7 +31,7 @@ mailutils_config_CFLAGS = -DCOMPILE_FLAGS="\"-I$(includedir)\"" \
-I
$(top_srcdir)
/intl
\
-I
${
top_srcdir
}
/lib
\
-DLINK_FLAGS
=
"
\"
-L
$(libdir)
\"
"
\
-DLINK_POSTFLAGS
=
"
\"
$(
LTLIBICONV
)
\"
"
\
-DLINK_POSTFLAGS
=
"
\"
$(
MU_LINK_POSTFLAGS
)
\"
"
\
-DAUTHLIBS
=
"
\"
$(MU_AUTHLIBS)
\"
"
\
-DGUILE_LIBS
=
"
\"
$(GUILE_LIBS)
\"
"
\
-DI18NLIBS
=
"
\"
$(LIBINTL)
\"
"
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment