mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Don't try to build the client on platforms where it is not supported.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24552 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b84e0c158d
commit
8b474deb39
@ -8,7 +8,11 @@ MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
||||
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
||||
|
||||
SUBDIRS = support frontends tex2lyx client .
|
||||
if BUILD_CLIENT_SUBDIR
|
||||
CLIENT = client
|
||||
endif
|
||||
|
||||
SUBDIRS = support frontends . $(CLIENT) tex2lyx
|
||||
|
||||
EXTRA_DIST = config.h.in \
|
||||
Section.h \
|
||||
|
Loading…
Reference in New Issue
Block a user