fix for automake bug/feature; add more LIB_*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5686 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -6,7 +6,9 @@ SUFFIXES = .et .h
|
|||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include
|
INCLUDES = -I$(top_builddir)/include
|
||||||
|
|
||||||
CFLAGS += $(WFLAGS)
|
## bug/feature in Automake 1.4, CFLAGS isn't set until everything else
|
||||||
|
## is done
|
||||||
|
CFLAGS = @CFLAGS@ $(WFLAGS)
|
||||||
|
|
||||||
COMPILE_ET = $(top_builddir)/lib/com_err/compile_et
|
COMPILE_ET = $(top_builddir)/lib/com_err/compile_et
|
||||||
|
|
||||||
@@ -20,9 +22,22 @@ LIB_crypt = @LIB_crypt@
|
|||||||
LIB_dbm_firstkey = @LIB_dbm_firstkey@
|
LIB_dbm_firstkey = @LIB_dbm_firstkey@
|
||||||
LIB_dbopen = @LIB_dbopen@
|
LIB_dbopen = @LIB_dbopen@
|
||||||
LIB_dlopen = @LIB_dlopen@
|
LIB_dlopen = @LIB_dlopen@
|
||||||
|
LIB_dn_expand = @LIB_dn_expand@
|
||||||
LIB_el_init = @LIB_el_init@
|
LIB_el_init = @LIB_el_init@
|
||||||
|
LIB_getattr = @LIB_getattr@
|
||||||
|
LIB_gethostbyname = @LIB_gethostbyname@
|
||||||
|
LIB_getpwent_r = @LIB_getpwent_r@
|
||||||
|
LIB_getpwnam_r = @LIB_getpwnam_r@
|
||||||
|
LIB_getsockopt = @LIB_getsockopt@
|
||||||
|
LIB_logout = @LIB_logout@
|
||||||
LIB_logwtmp = @LIB_logwtmp@
|
LIB_logwtmp = @LIB_logwtmp@
|
||||||
|
LIB_odm_initialize = @LIB_odm_initialize@
|
||||||
LIB_readline = @LIB_readline@
|
LIB_readline = @LIB_readline@
|
||||||
|
LIB_res_search = @LIB_res_search@
|
||||||
|
LIB_setpcred = @LIB_setpcred@
|
||||||
|
LIB_setsockopt = @LIB_setsockopt@
|
||||||
|
LIB_socket = @LIB_socket@
|
||||||
|
LIB_syslog = @LIB_syslog@
|
||||||
LIB_tgetent = @LIB_tgetent@
|
LIB_tgetent = @LIB_tgetent@
|
||||||
|
|
||||||
HESIODLIB = @HESIODLIB@
|
HESIODLIB = @HESIODLIB@
|
||||||
|
Reference in New Issue
Block a user