make this compatible with `make dist'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8713 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -14,10 +14,11 @@ libroken_la_LDFLAGS = -version-info 8:1:3
|
|||||||
|
|
||||||
noinst_PROGRAMS = make-roken
|
noinst_PROGRAMS = make-roken
|
||||||
|
|
||||||
|
nodist_make_roken_SOURCES = make-roken.c
|
||||||
|
|
||||||
check_PROGRAMS = parse_bytes-test \
|
check_PROGRAMS = parse_bytes-test \
|
||||||
strpftime-test \
|
strpftime-test \
|
||||||
getaddrinfo-test \
|
getaddrinfo-test
|
||||||
snprintf-test
|
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
||||||
@@ -26,8 +27,8 @@ LIB_crypt = @LIB_crypt@
|
|||||||
common_LDADD = libroken.la $(LIB_crypt)
|
common_LDADD = libroken.la $(LIB_crypt)
|
||||||
|
|
||||||
strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c
|
strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c
|
||||||
snprintf_test_SOURCES = snprintf-test.c snprintf.c
|
##snprintf_test_SOURCES = snprintf-test.c snprintf.c
|
||||||
snprintf_test_LDADD = $(common_LDADD) -lm
|
##snprintf_test_LDADD = $(common_LDADD) -lm
|
||||||
getaddrinfo_test_LDADD = $(common_LDADD)
|
getaddrinfo_test_LDADD = $(common_LDADD)
|
||||||
parse_bytes_test_LDADD = $(common_LDADD)
|
parse_bytes_test_LDADD = $(common_LDADD)
|
||||||
|
|
||||||
@@ -148,10 +149,13 @@ libroken_la_LIBADD = @LTLIBOBJS@
|
|||||||
|
|
||||||
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h
|
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h
|
||||||
|
|
||||||
|
BUILT_SOURCES = make-roken.c roken.h
|
||||||
|
|
||||||
include_HEADERS = $(err_h) base64.h getarg.h \
|
include_HEADERS = $(err_h) base64.h getarg.h \
|
||||||
parse_bytes.h parse_time.h parse_units.h \
|
parse_bytes.h parse_time.h parse_units.h \
|
||||||
resolve.h roken.h roken-common.h \
|
resolve.h roken-common.h \
|
||||||
$(err_h) $(fnmatch_h) $(glob_h) rtbl.h xdbm.h
|
$(err_h) $(fnmatch_h) $(glob_h) rtbl.h xdbm.h
|
||||||
|
nodist_include_HEADERS = roken.h
|
||||||
|
|
||||||
if have_err_h
|
if have_err_h
|
||||||
err_h =
|
err_h =
|
||||||
|
Reference in New Issue
Block a user