1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-27 19:15:07 +00:00
seafile-server/Makefile.am

32 lines
595 B
Makefile
Raw Permalink Normal View History

2016-08-10 06:53:33 +00:00
MAKE_CLIENT =
if WIN32
MAKE_CONTROLLER =
else
MAKE_CONTROLLER = controller
endif
if COMPILE_FUSE
MAKE_FUSE = fuse
else
MAKE_FUSE =
endif
MAKE_SERVER = server tools $(MAKE_CONTROLLER) $(MAKE_FUSE)
SUBDIRS = include lib common python $(MAKE_SERVER) doc scripts
2016-08-10 06:53:33 +00:00
DIST_SUBDIRS = include lib common python server tools controller fuse doc scripts
2016-08-10 06:53:33 +00:00
INTLTOOL = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = install-sh $(INTLTOOL) README.markdown scripts LICENSE.txt
ACLOCAL_AMFLAGS = -I m4
dist-hook:
git log --format='%H' -1 > $(distdir)/latest_commit