1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 06:25:13 +00:00
Files
seafile-server/common/Makefile.am
2017-09-07 17:01:56 +08:00

30 lines
452 B
Makefile

SUBDIRS = cdc db-wrapper
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)