mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-16 23:29:25 +00:00
30 lines
441 B
Makefile
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)
|