From 6e21ab742e8365fd888122942d6d493fa6328816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Jul 2007 07:35:52 +0000 Subject: [PATCH] split source files in dist and nodist. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21621 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index ffd6fde8c..f21e5e14f 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -19,8 +19,10 @@ libss_la_LDFLAGS = -version-info 1:6:1 libsl_la_LIBADD = @LIB_readline@ libss_la_LIBADD = @LIB_readline@ @LIB_com_err@ -libsl_la_SOURCES = sl_locl.h sl.c $(ES) -libss_la_SOURCES = $(libsl_la_SOURCES) ss.c ss.h +dist_libsl_la_SOURCES = sl_locl.h sl.c +nodist_libsl_la_SOURCES = $(ES) +dist_libss_la_SOURCES = $(dist_libsl_la_SOURCES) ss.c ss.h +nodist_libss_la_SOURCES = $(ES) TESTS = test_sl check_PROGRAMS = $(TESTS)