summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2004-07-01 04:48:24 +0000
committerAlain Magloire <alainm@gnu.org>2004-07-01 04:48:24 +0000
commitd54706407c16b92f419910b554a6aae05b3e3145 (patch)
treec2b6938abd7a950dae10601a95b418cd4946d695 /include
parentdc692dbc1a80fc885ceca9765e97f96e79e58005 (diff)
downloadmailutils-d54706407c16b92f419910b554a6aae05b3e3145.tar.gz
mailutils-d54706407c16b92f419910b554a6aae05b3e3145.tar.bz2
Fix the makefiles to copy sys/pop3.h and sys/nntp.h
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/Makefile.am3
-rw-r--r--include/mailutils/sys/Makefile.am3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am
index 043c1d9ac..53106775e 100644
--- a/include/mailutils/Makefile.am
+++ b/include/mailutils/Makefile.am
@@ -57,7 +57,10 @@ pkginclude_HEADERS = \
registrar.h \
stream.h \
tls.h \
types.h \
url.h
+nobase_pkginclude_HEADERS = \
+ sys/nntp.h \
+ sys/pop3.h
SUBDIRS = gnu sys
diff --git a/include/mailutils/sys/Makefile.am b/include/mailutils/sys/Makefile.am
index db89086e9..77b2ac0ee 100644
--- a/include/mailutils/sys/Makefile.am
+++ b/include/mailutils/sys/Makefile.am
@@ -14,9 +14,6 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-pkginclude_HEADERS = \
- pop3.h \
- nntp.h

Return to:

Send suggestions and report system problems to the System administrator.