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
d83990fc
...
d83990fccea3e8630ac596e85af7514f550c9aa3
authored
2006-03-07 15:07:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix INCLUDES and SUBDIRS
1 parent
c3500107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/Makefile.am
mailbox/Makefile.am
View file @
d83990f
...
...
@@ -18,13 +18,13 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/
mailbox
/include @INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/
libproto
/include @INTLINCS@
AM_CPPFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
-DGNULIB_ARGP_EXTERN_BASENAME
=
1
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-vt
SUBDIRS
=
. include mbox pop nntp imap mh maildir
testsuite
SUBDIRS
=
testsuite
lib_LTLIBRARIES
=
libmailutils.la
...
...
Please
register
or
sign in
to post a comment