2019-06-18 18:10:28 +08:00
|
|
|
SUBDIRS = cdc
|
2016-08-10 14:53:33 +08:00
|
|
|
|
2016-08-19 18:01:30 +08:00
|
|
|
proc_headers = \
|
2016-08-10 14:53:33 +08:00
|
|
|
$(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 \
|
2017-09-07 17:01:56 +08:00
|
|
|
config-mgr.h \
|
2016-08-10 14:53:33 +08:00
|
|
|
merge-new.h \
|
|
|
|
block-tx-utils.h \
|
2016-08-19 18:01:30 +08:00
|
|
|
sync-repo-common.h \
|
2016-08-10 14:53:33 +08:00
|
|
|
$(proc_headers)
|