mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Added src/common/tomcrypt to POSIX build.
This commit is contained in:
parent
8885d226a0
commit
ca33f71291
@ -27,10 +27,11 @@ AllObjects=
|
||||
CO1:= $(call dirObjects,common)
|
||||
CO2:= $(call dirObjects,common/classes)
|
||||
CO3:= $(call dirObjects,common/config)
|
||||
#CO4:= $(call dirObjects,common/exceptions)
|
||||
#CO5:= $(call dirObjects,common/sync)
|
||||
Common_Objects:= $(CO1) $(CO2) $(CO3)
|
||||
# $(CO4) $(CO5)
|
||||
CO4:= $(call dirObjects,common/tomcrypt)
|
||||
#CO5:= $(call dirObjects,common/exceptions)
|
||||
#CO6:= $(call dirObjects,common/sync)
|
||||
Common_Objects:= $(CO1) $(CO2) $(CO3) $(CO4)
|
||||
# $(CO5) $(CO6)
|
||||
|
||||
AllObjects += $(Common_Objects)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user