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

Fixed posix build

This commit is contained in:
alexpeshkoff 2014-11-26 10:01:51 +00:00
parent d5c08a9fd0
commit 30f28252cb

View File

@ -46,7 +46,7 @@ AllObjects += $(GPRE_Common_Objects) $(GPRE_std) $(GPRE_boot)
# Y-Valve
YValve_Objects:= $(call dirObjects,yvalve)
YValve_Objects:= $(call dirObjects,yvalve) $(call dirObjects,yvalve/config)
AllObjects += $(YValve_Objects)