From e812a600e7a14158aca5c2ac1d2e391b8f29b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Oct 2006 16:29:33 +0000 Subject: [PATCH] split dist and nondist HEADERS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18658 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 1cc3330cc..bd738a96d 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -147,7 +147,7 @@ endif XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(vis_h) CLEANFILES += err.h fnmatch.h glob.h ifaddrs.h vis.h -include_HEADERS = \ +dist_include_HEADERS = \ base64.h \ getarg.h \ hex.h \ @@ -157,8 +157,7 @@ include_HEADERS = \ resolve.h \ roken-common.h \ rtbl.h \ - xdbm.h \ - $(XHEADERS) + xdbm.h if have_socket_wrapper libroken_la_SOURCES += socket_wrapper.c socket_wrapper.h @@ -167,7 +166,7 @@ endif build_HEADERZ = test-mem.h -nodist_include_HEADERS = roken.h +nodist_include_HEADERS = roken.h $(XHEADERS) man_MANS = getarg.3 parse_time.3 rtbl.3