split source files in dist and nodist.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21617 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-17 07:28:19 +00:00
parent 490df6d56b
commit 17ef5ec809

View File

@@ -22,7 +22,7 @@ else
ndbm_wrap = ndbm_wrap =
endif endif
libotp_la_SOURCES = \ dist_libotp_la_SOURCES = \
otp.c \ otp.c \
otp_challenge.c \ otp_challenge.c \
otp_db.c \ otp_db.c \
@@ -32,9 +32,9 @@ libotp_la_SOURCES = \
otp_verify.c \ otp_verify.c \
otp_locl.h \ otp_locl.h \
otp_md.h \ otp_md.h \
roken_rename.h \ roken_rename.h
$(ndbm_wrap) \
$(ROKEN_SRCS) nodist_libotp_la_SOURCES = $(ndbm_wrap) $(ROKEN_SRCS)
if do_roken_rename if do_roken_rename
ROKEN_SRCS = snprintf.c strcasecmp.c strncasecmp.c strlwr.c strlcpy.c strlcat.c ROKEN_SRCS = snprintf.c strcasecmp.c strncasecmp.c strlwr.c strlcpy.c strlcat.c