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
2200cf30
...
2200cf305adc8e72cece7e582e4df5805901c25c
authored
2003-08-28 19:46:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Modified for the new library layout.
1 parent
59174760
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
libmu_scm/mailutils.scm.in
libmu_scm/mailutils.scm.in
View file @
2200cf3
...
...
@@ -20,8 +20,18 @@ changequote([,])dnl
(
define-module
(
mailutils
))
(
define
mu-libs
(
list
"libmailbox"
"libmuauth"
"libmu_mbox"
"libmu_mh"
"libmu_pop"
"libmu_imap"
))
(
let
((
lib-path
"LIBDIR/"
))
(
dynamic-link
(
string-append
lib-path
"libmailbox"
))
(
for-each
(
lambda
(
lib
)
(
dynamic-link
(
string-append
lib-path
lib
)))
mu-libs
)
(
cond
((
or
(
string=?
(
version
)
"1.4"
)
(
string=?
(
version
)
"1.4.1"
))
...
...
Please
register
or
sign in
to post a comment