import("libpm3common")
import("tcp")
module("Shore")
Module("PStore")
Interface("DB")
interface ("InternalDatabase")
interface ("InternalTransaction")
interface ("InternalDBPage")
implementation("Database")
implementation("Transaction")
implementation("DBPage")
Library("pm3shore")

