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
f5351ae2
...
f5351ae257c969e78a61393fa6413a39211a13b7
authored
2007-06-22 09:18:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merge DEFS and AM_CPPFLAGS
1 parent
43cf6489
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mailbox/Makefile.am
mailbox/Makefile.am
View file @
f5351ae
...
...
@@ -20,7 +20,6 @@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include @INTLINCS@
AM_CPPFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/gylwrap
AM_YFLAGS
=
-vt
...
...
@@ -29,7 +28,9 @@ SUBDIRS = testsuite
lib_LTLIBRARIES
=
libmailutils.la
localedir
=
$(datadir)
/locale
DEFS
=
@DEFS@ -DLOCALEDIR
=
\"
$(localedir)
\"
AM_CPPFLAGS
=
\
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"\
-DLOCALEDIR
=
\"
$(localedir)
\"
EXTRA_DIST
=
@MU_EXTRA_DIST@ errors muerrno.cin parsedate.y fgetpwent.c
...
...
Please
register
or
sign in
to post a comment