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
7019885e
...
7019885e2ccc237f5cd688cf003affe2ae12e2e8
authored
2006-02-08 11:14:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(AM_CPPFLAGS): Add GNULIB_ARGP_EXTERN_BASENAME=1
1 parent
c612e5a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
config/Makefile.am
movemail/Makefile.am
config/Makefile.am
View file @
7019885
...
...
@@ -20,6 +20,7 @@
INCLUDES
=
@MU_COMMON_INCLUDES@ @INTLINCS@
bin_PROGRAMS
=
mailutils-config
AM_CPPFLAGS
=
-DGNULIB_ARGP_EXTERN_BASENAME
=
1
mailutils_config_SOURCES
=
mailutils-config.c
mailutils_config_LDADD
=
\
...
...
movemail/Makefile.am
View file @
7019885
...
...
@@ -19,6 +19,7 @@
INCLUDES
=
@MU_COMMON_INCLUDES@ @INTLINCS@ @MU_AUTHINCS@
bin_PROGRAMS
=
movemail
AM_CPPFLAGS
=
-DGNULIB_ARGP_EXTERN_BASENAME
=
1
movemail_LDADD
=
\
../lib/libmuaux.la
\
...
...
Please
register
or
sign in
to post a comment