(mu-libs): Use "libmailutils" instead of "libmailbox"
Showing
1 changed file
with
2 additions
and
2 deletions
1 | ;;;; -*- scheme -*- | 1 | ;;;; -*- scheme -*- |
2 | ;;;; GNU Mailutils -- a suite of utilities for electronic mail | 2 | ;;;; GNU Mailutils -- a suite of utilities for electronic mail |
3 | ;;;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;;;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. |
4 | ;;;; | 4 | ;;;; |
5 | ;;;; GNU Mailutils is free software; you can redistribute it and/or modify | 5 | ;;;; GNU Mailutils is free software; you can redistribute it and/or modify |
6 | ;;;; it under the terms of the GNU General Public License as published by | 6 | ;;;; it under the terms of the GNU General Public License as published by |
... | @@ -20,7 +20,7 @@ changequote([,])dnl | ... | @@ -20,7 +20,7 @@ changequote([,])dnl |
20 | 20 | ||
21 | (define-module (mailutils)) | 21 | (define-module (mailutils)) |
22 | 22 | ||
23 | (define mu-libs (list "libmailbox" | 23 | (define mu-libs (list "libmailutils" |
24 | "libmuauth" | 24 | "libmuauth" |
25 | "libmu_mbox" | 25 | "libmu_mbox" |
26 | "libmu_mh" | 26 | "libmu_mh" | ... | ... |
-
Please register or sign in to post a comment