e2d6edeb99
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_LIB= store
|
|
LIBADD= kyua_model kyua_utils sqlite3
|
|
|
|
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>
|