1SUBDIRS = cdc 2 3proc_headers = \ 4 $(addprefix processors/, \ 5 objecttx-common.h) 6 7noinst_HEADERS = \ 8 diff-simple.h \ 9 seafile-crypt.h \ 10 common.h \ 11 branch-mgr.h \ 12 fs-mgr.h \ 13 block-mgr.h \ 14 commit-mgr.h \ 15 log.h \ 16 object-list.h \ 17 vc-common.h \ 18 seaf-utils.h \ 19 obj-store.h \ 20 obj-backend.h \ 21 block-backend.h \ 22 block.h \ 23 mq-mgr.h \ 24 seaf-db.h \ 25 config-mgr.h \ 26 merge-new.h \ 27 block-tx-utils.h \ 28 sync-repo-common.h \ 29 $(proc_headers) 30