1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 07:40:25 +00:00
Files
seafile-server/common/Makefile.am

30 lines
441 B
Makefile
Raw Permalink Normal View History

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 \
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)