mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
17 lines
164 B
Makefile
17 lines
164 B
Makefile
if WIN32
|
|
SUBDIRS = win
|
|
DIST_SUBDIRS = win
|
|
endif
|
|
|
|
if MACOS
|
|
SUBDIRS = mac
|
|
DIST_SUBDIRS = mac
|
|
endif
|
|
|
|
if LINUX
|
|
SUBDIRS = gtk
|
|
DIST_SUBDIRS = gtk
|
|
endif
|
|
|
|
EXTRA_DIST = win
|