1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-23 04:00:23 +00:00
Files
seafile-server/Makefile.am
2016-08-20 15:56:59 +08:00

32 lines
579 B
Makefile

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
DIST_SUBDIRS = include lib common python server tools controller fuse doc
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