Commit bac588a3 bac588a3ed958fd017aeb9006e311380bb0e3021 by Sergey Poznyakoff

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

1 parent 1dfe8a91
;;;; -*- scheme -*-
;;;; GNU Mailutils -- a suite of utilities for electronic mail
;;;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
;;;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
;;;;
;;;; GNU Mailutils is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by
......@@ -20,7 +20,7 @@ changequote([,])dnl
(define-module (mailutils))
(define mu-libs (list "libmailbox"
(define mu-libs (list "libmailutils"
"libmuauth"
"libmu_mbox"
"libmu_mh"
......