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
dc3d9943
...
dc3d99434e8ed169049e237b94d425a8b804cf3f
authored
2002-10-13 20:37:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added /mailbox to INCLUDES
1 parent
48af6a7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
mail.local/Makefile.am
mailbox/Makefile.am
mail.local/Makefile.am
View file @
dc3d994
...
...
@@ -3,7 +3,7 @@
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include -I
$(top_srcdir)
/libmu_scm @GUILE_INCLUDES@
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/
mailbox -I
$(top_srcdir)
/
include -I
$(top_srcdir)
/libmu_scm @GUILE_INCLUDES@
libexec_PROGRAMS
=
mail.local
mail_local_SOURCES
=
main.c mailquota.c script.c mail.local.h
...
...
mailbox/Makefile.am
View file @
dc3d994
...
...
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox
-I
${
top_srcdir
}
/mailbox
/include -I
${
top_srcdir
}
/include/mailutils/gnu
AM_CFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
SUBDIRS
=
include testsuite
...
...
@@ -14,9 +14,9 @@ lib_LTLIBRARIES = libmailbox.la
EXTRA_DIST
=
mbx_mboxscan.c strtok_r.c
\
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c
\
argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c
\
argp-pvh.c argp-xinl.c getline.c
argp-pvh.c argp-xinl.c getline.c
getline.h
noinst_HEADERS
=
argp-fmtstream.h argp-namefrob.h
getline.h
md5.h
noinst_HEADERS
=
argp-fmtstream.h argp-namefrob.h md5.h
libmailbox_la_SOURCES
=
\
address.c
\
...
...
Please
register
or
sign in
to post a comment