From 17ef5ec80904c11aa7f26c234542b8015b2b1b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Jul 2007 07:28:19 +0000 Subject: [PATCH] split source files in dist and nodist. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21617 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/otp/Makefile.am b/lib/otp/Makefile.am index c812af2b2..31868a02b 100644 --- a/lib/otp/Makefile.am +++ b/lib/otp/Makefile.am @@ -22,7 +22,7 @@ else ndbm_wrap = endif -libotp_la_SOURCES = \ +dist_libotp_la_SOURCES = \ otp.c \ otp_challenge.c \ otp_db.c \ @@ -32,9 +32,9 @@ libotp_la_SOURCES = \ otp_verify.c \ otp_locl.h \ otp_md.h \ - roken_rename.h \ - $(ndbm_wrap) \ - $(ROKEN_SRCS) + roken_rename.h + +nodist_libotp_la_SOURCES = $(ndbm_wrap) $(ROKEN_SRCS) if do_roken_rename ROKEN_SRCS = snprintf.c strcasecmp.c strncasecmp.c strlwr.c strlcpy.c strlcat.c