Add version-script.map to _DEPENDENCIES.
Added to 11 out of 14 directories with map files. Not lib/ntlm, lib/hcrypto and kdc which have the map file as an explicit dependency to _OBBJECTS. Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
f60ec15834
commit
2e35198908
@@ -24,6 +24,8 @@ dist_libheimbase_la_SOURCES = \
|
||||
number.c \
|
||||
string.c
|
||||
|
||||
libheimbase_la_DEPENDENCIES = version-script.map
|
||||
|
||||
test_base_LDADD = $(LIB_heimbase)
|
||||
|
||||
EXTRA_DIST = NTMakefile version-script.map
|
||||
|
@@ -105,6 +105,8 @@ nodist_libasn1base_la_SOURCES = \
|
||||
|
||||
nodist_libasn1_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
libasn1_la_DEPENDENCIES = version-script.map
|
||||
|
||||
asn1_compile_LDADD = \
|
||||
$(LIB_roken) $(LEXLIB)
|
||||
|
||||
|
@@ -26,6 +26,8 @@ if do_roken_rename
|
||||
nodist_libcom_err_la_SOURCES = snprintf.c strlcpy.c
|
||||
endif
|
||||
|
||||
libcom_err_la_DEPENDENCIES = version-script.map
|
||||
|
||||
$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s
|
||||
|
||||
compile_et_LDADD = \
|
||||
|
@@ -214,6 +214,8 @@ nodist_libgssapi_la_SOURCES = \
|
||||
gkrb5_err.h \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
libgssapi_la_DEPENDENCIES = version-script.map
|
||||
|
||||
libgssapi_la_LDFLAGS = -version-info 3:0:0
|
||||
|
||||
if versionscript
|
||||
|
@@ -93,6 +93,8 @@ dist_libhdb_la_SOURCES = \
|
||||
|
||||
nodist_libhdb_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
libhdb_la_DEPENDENCIES = version-script.map
|
||||
|
||||
include_HEADERS = hdb.h hdb-protos.h
|
||||
nodist_include_HEADERS = hdb_err.h hdb_asn1.h
|
||||
|
||||
|
@@ -89,6 +89,8 @@ dist_libhx509_la_SOURCES = \
|
||||
|
||||
sel-lex.c: sel-gram.h
|
||||
|
||||
libhx509_la_DEPENDENCIES = version-script.map
|
||||
|
||||
libhx509_la_LIBADD = \
|
||||
$(LIB_com_err) \
|
||||
$(LIB_hcrypto) \
|
||||
|
@@ -113,6 +113,9 @@ nodist_libkadm5srv_la_SOURCES = \
|
||||
kadm5_err.c \
|
||||
kadm5_err.h
|
||||
|
||||
libkadm5srv_la_DEPENDENCIES = \
|
||||
version-script.map
|
||||
|
||||
dist_iprop_log_SOURCES = iprop-log.c
|
||||
nodist_iprop_log_SOURCES = iprop-commands.c
|
||||
|
||||
|
@@ -232,6 +232,9 @@ dist_libkrb5_la_SOURCES = \
|
||||
nodist_libkrb5_la_SOURCES = \
|
||||
$(ERR_FILES)
|
||||
|
||||
libkrb5_la_DEPENDENCIES = \
|
||||
version-script.map
|
||||
|
||||
libkrb5_la_LDFLAGS = -version-info 26:0:0
|
||||
|
||||
if versionscript
|
||||
|
@@ -43,6 +43,8 @@ dist_libotp_la_SOURCES = \
|
||||
|
||||
nodist_libotp_la_SOURCES = $(ndbm_wrap) $(ROKEN_SRCS)
|
||||
|
||||
libotp_la_DEPENDENCIES = version-script.map
|
||||
|
||||
if do_roken_rename
|
||||
ROKEN_SRCS = snprintf.c strcasecmp.c strncasecmp.c strlwr.c strlcpy.c strlcat.c
|
||||
endif
|
||||
|
@@ -128,6 +128,9 @@ EXTRA_libroken_la_SOURCES = \
|
||||
search.hin \
|
||||
vis.hin
|
||||
|
||||
libroken_la_DEPENDENCIES = \
|
||||
version-script.map
|
||||
|
||||
libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt)
|
||||
|
||||
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)
|
||||
|
@@ -42,6 +42,8 @@ $(code:.c=.lo): $(built)
|
||||
dist_libwind_la_SOURCES = $(code) $(built)
|
||||
nodist_libwind_la_SOURCES = wind_err.c wind_err.h
|
||||
|
||||
libwind_la_DEPENDENCIES = version-script.map
|
||||
|
||||
dist_include_HEADERS = wind.h
|
||||
nodist_include_HEADERS = wind_err.h
|
||||
|
||||
|
Reference in New Issue
Block a user