HDRS += [ FDirName $(TOP) db ] ;

SubDir TOP db ;
SubInclude TOP server ;

Build database : database.cpp postgres.cpp pgmessage.cpp cache.cpp
    query.cpp transaction.cpp schema.cpp ;

if $(OS) != "OPENBSD" {
    UseLibrary postgres.cpp : crypt ;
}
