Added STATIC_LDFLAGS definition.

This commit is contained in:
Janet B. Anderson
1998-09-03 16:02:42 +00:00
parent 3a58071733
commit 8500db7307

View File

@@ -180,6 +180,7 @@ OPT_LDFLAGS =
# Static build options
STATIC_CFLAGS = $($(ANSI)_SFLAGS_$(STATIC_BUILD))
STATIC_CXXCFLAGS = $($(CPLUSPLUS)_SFLAGS_$(STATIC_BUILD))
STATIC_LDFLAGS = $($(ANSI)_SLDFLAGS_$(STATIC_BUILD))
STATIC_LDLIBS = $($(ANSI)_SLIBS_$(STATIC_BUILD))
#--------------------------------------------------