Changeset View
Changeset View
Standalone View
Standalone View
lib/kyua/store/Makefile
- This file was added.
| # $FreeBSD$ | |||||
| KYUA_LIB= store | |||||
| CFLAGS+= -DKYUA_STOREDIR=\"${KYUA_STOREDIR}\" | |||||
| SRCS= dbtypes.cpp \ | |||||
| exceptions.cpp \ | |||||
| layout.cpp \ | |||||
| metadata.cpp \ | |||||
| migrate.cpp \ | |||||
| read_backend.cpp \ | |||||
| read_transaction.cpp \ | |||||
| write_backend.cpp \ | |||||
| write_transaction.cpp | |||||
| .include <bsd.lib.mk> | |||||