Commit 502beaed 502beaed893aad4a456bde4239b3f88b88b244bb by Wojciech Polak

(mu-libs): Added libmu_maildir.

1 parent f7256f83
;;;; -*- scheme -*-
;;;; GNU Mailutils -- a suite of utilities for electronic mail
;;;; Copyright (C) 2002 Free Software Foundation, Inc.
;;;; Copyright (C) 2002, 2003, 2004 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
......@@ -24,6 +24,7 @@ changequote([,])dnl
"libmuauth"
"libmu_mbox"
"libmu_mh"
"libmu_maildir"
"libmu_pop"
"libmu_imap"))
......@@ -94,4 +95,3 @@ include(BUILDDIR/mu_port.inc)
include(BUILDDIR/mu_scm.inc)
include(BUILDDIR/mu_util.inc)
......