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
604f0683
...
604f0683b1df6d0700d9f32cadb652b4d0afeea2
authored
2002-09-10 12:02:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added @GUILE_INCLUDES@ and @GUILE_LIBS@.
1 parent
21263a7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
guimb/Makefile.am
mail.local/Makefile.am
guimb/Makefile.am
View file @
604f068
...
...
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
-I
$(top_srcdir)
/libmu_scm
@GUILE_INCLUDES@
SUBDIRS
=
scm
...
...
mail.local/Makefile.am
View file @
604f068
...
...
@@ -3,13 +3,13 @@
# 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
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -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
mail_local_LDADD
=
@LIBMU_SCM@ ../mailbox/libmailbox.la
\
@AUTHLIBS@ ../lib/libmailutils.la
@GUILE_LIBS@
mail_local_LDADD
=
@LIBMU_SCM@
@GUILE_LIBS@
../mailbox/libmailbox.la
\
@AUTHLIBS@ ../lib/libmailutils.la
install-exec-hook
:
...
...
Please
register
or
sign in
to post a comment