Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
72fbde39
...
72fbde39b2d1efd7a7b50e4124eaa7813fe26e1f
authored
2004-01-11 00:07:20 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added missing refcount.h.
1 parent
741b9e09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
include/mailutils/Makefile.am
include/mailutils/Makefile.am
View file @
72fbde3
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
## Copyright (C) 2000, 2001, 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
...
...
@@ -14,8 +15,7 @@
##
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
pkginclude_HEADERS
=
\
address.h
\
...
...
@@ -51,6 +51,7 @@ pkginclude_HEADERS = \
parse822.h
\
pop3.h
\
property.h
\
refcount.h
\
registrar.h
\
stream.h
\
tls.h
\
...
...
Please
register
or
sign in
to post a comment