1 Star 0 Fork 334

124436797@qq.com / seafile

forked from lins05 / seafile 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiaqiang Xu 提交于 2014-11-06 12:10 . Merge branch 'http-sync'
MAKE_CLIENT =
if COMPILE_CLIENT
MAKE_CLIENT += daemon
endif
if WIN32
MAKE_CONTROLLER =
else
MAKE_CONTROLLER = controller
endif
if COMPILE_FUSE
MAKE_FUSE = fuse
else
MAKE_FUSE =
endif
if COMPILE_SERVER
MAKE_SERVER = server tools $(MAKE_CONTROLLER) $(MAKE_FUSE)
endif
SUBDIRS = include lib common app python tests doc \
$(MAKE_CLIENT) $(MAKE_SERVER)
DIST_SUBDIRS = include lib common app python tests \
daemon server tools controller \
doc fuse
INTLTOOL = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = install-sh $(INTLTOOL) README.markdown scripts debian msi LICENSE.txt
DISTCHECK_CONFIGURE_FLAGS = --enable-server
ACLOCAL_AMFLAGS = -I m4
dist-hook:
git log --format='%H' -1 > $(distdir)/latest_commit
1
https://gitee.com/hrg/seafile.git
git@gitee.com:hrg/seafile.git
hrg
seafile
seafile
master

搜索帮助