Commit bac588a3 bac588a3ed958fd017aeb9006e311380bb0e3021 by Sergey Poznyakoff

(mu-libs): Use "libmailutils" instead of "libmailbox"

1 parent 1dfe8a91
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"
......