Commit 72fbde39 72fbde39b2d1efd7a7b50e4124eaa7813fe26e1f by Wojciech Polak

Added missing refcount.h.

1 parent 741b9e09
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 3 ## Copyright (C) 2000, 2001, 2002, 2003,
4 ## 2004 Free Software Foundation, Inc.
4 ## 5 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 6 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 7 ## modify it under the terms of the GNU General Public License as
...@@ -14,8 +15,7 @@ ...@@ -14,8 +15,7 @@
14 ## 15 ##
15 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
16 ## along with GNU Mailutils; if not, write to the Free Software 17 ## along with GNU Mailutils; if not, write to the Free Software
17 ## Foundation, Inc. 18 ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19
20 pkginclude_HEADERS = \ 20 pkginclude_HEADERS = \
21 address.h \ 21 address.h \
...@@ -51,6 +51,7 @@ pkginclude_HEADERS = \ ...@@ -51,6 +51,7 @@ pkginclude_HEADERS = \
51 parse822.h \ 51 parse822.h \
52 pop3.h \ 52 pop3.h \
53 property.h \ 53 property.h \
54 refcount.h \
54 registrar.h \ 55 registrar.h \
55 stream.h \ 56 stream.h \
56 tls.h \ 57 tls.h \
......