8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

fixed posix build

This commit is contained in:
alexpeshkoff 2007-08-03 09:00:34 +00:00
parent 95150b6c23
commit 316909e84f
2 changed files with 5 additions and 4 deletions

View File

@ -69,7 +69,7 @@ DROP_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(DROP_Sources)))
GSTAT_Other_Sources = jrd/btn.cpp jrd/db_alias.cpp jrd/ods.cpp \
common/config/config.cpp common/config/config_file.cpp common/utils.cpp\
common/config/config.cpp common/config/config_file.cpp common/utils.cpp jrd/isc_file.cpp \
$(OS_SPECIFIC_Sources)
GSTAT_Files = dba.epp ppg.cpp
@ -156,7 +156,7 @@ $(LOCKPRINT): $(LOCKPRINT_Objects) $(COMMON_Objects)
gstat : $(LIBFBCLIENT_SO) $(GSTAT)
$(GSTAT): $(GSTAT_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects)
$(GSTAT): $(GSTAT_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects) $(FBCONFIG_Objects)
$(LD) $(LINK_OPTS) $^ -o $@ -L$(LIB) -lfbclient $(LINK_LIBS) @PTHREAD_CFLAGS@ @PTHREAD_LIBS@

View File

@ -85,7 +85,8 @@ GSEC_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(GSEC_Sources)))
GSTAT_Other_Sources = jrd/btn.cpp jrd/db_alias.cpp common/utils.cpp jrd/ods.cpp \
common/config/config.cpp common/config/config_file.cpp $(OS_SPECIFIC_Sources)
common/config/config.cpp common/config/config_file.cpp jrd/isc_file.cpp \
$(OS_SPECIFIC_Sources)
GSTAT_Files = dba.epp ppg.cpp
GSTAT_Sources = $(addprefix utilities/gstat/, $(GSTAT_Files)) $(GSTAT_Other_Sources)
@ -165,7 +166,7 @@ $(LOCKPRINT): $(LOCKPRINT_Objects) $(COMMON_Objects)
gstat : $(LIBFBEMBED_SO) $(GSTAT)
$(GSTAT): $(GSTAT_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects)
$(GSTAT): $(GSTAT_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects) $(FBCONFIG_Objects)
$(LD) $(LINK_OPTS) $^ -o $@ $(FBEMBED_LINK) $(LINK_LIBS)