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
4bacbfc2
...
4bacbfc27716d7323175f3aabd7ac8a9005270dc
authored
2006-04-26 11:55:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(AM_CPPFLAGS): Removed
1 parent
6b9db9e9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
config/Makefile.am
mailbox/Makefile.am
movemail/Makefile.am
config/Makefile.am
View file @
4bacbfc
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2005 Free Software Foundation, Inc.
## Copyright (C) 2005
, 2006
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -20,7 +20,6 @@
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
=
\
...
...
mailbox/Makefile.am
View file @
4bacbfc
...
...
@@ -20,7 +20,7 @@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include @INTLINCS@
AM_CPPFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
-DGNULIB_ARGP_EXTERN_BASENAME
=
1
AM_CPPFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-vt
...
...
movemail/Makefile.am
View file @
4bacbfc
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 1999, 2000, 2001, 2002
, 2006
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -19,7 +19,6 @@
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