1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 23:29:25 +00:00
Files
seafile-server/common/Makefile.am
Jonathan Xu 2327ed11cc Rewrite database access layer.
Remove support for PostgreSQL at the same time.
2019-06-21 17:09:39 +08:00

30 lines
441 B
Makefile

SUBDIRS = cdc
proc_headers = \
$(addprefix processors/, \
objecttx-common.h)
noinst_HEADERS = \
diff-simple.h \
seafile-crypt.h \
common.h \
branch-mgr.h \
fs-mgr.h \
block-mgr.h \
commit-mgr.h \
log.h \
object-list.h \
vc-common.h \
seaf-utils.h \
obj-store.h \
obj-backend.h \
block-backend.h \
block.h \
mq-mgr.h \
seaf-db.h \
config-mgr.h \
merge-new.h \
block-tx-utils.h \
sync-repo-common.h \
$(proc_headers)