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
8edc68d0
...
8edc68d0f56c3dcf7c785034dacdd0fc0b0fe368
authored
2003-02-03 11:32:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mailutils_config_CFLAGS): Added -I${top_srcdir}/lib.
1 parent
a2b80d59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/Makefile.am
mailbox/Makefile.am
View file @
8edc68d
...
...
@@ -109,6 +109,7 @@ mailutils_config_SOURCES = mailutils-config.c
mailutils_config_LDADD
=
./libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
mailutils_config_CFLAGS
=
-DCOMPILE_FLAGS
=
"
\"
-I
$(includedir)
\"
"
\
-I
$(top_srcdir)
/intl
\
-I
${
top_srcdir
}
/lib
\
-DLINK_FLAGS
=
"
\"
-L
$(libdir)
\"
"
\
-DAUTHLIBS
=
"
\"
`
echo
$(AUTHLIBS)
| sed
's/.*libmuauth.la *//'
`
\"
"
\
-DGUILE_LIBS
=
"
\"
$(GUILE_LIBS)
\"
"
\
...
...
Please
register
or
sign in
to post a comment