]> git.lyx.org Git - features.git/commitdiff
Don't try to build the client on platforms where it is not supported.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 29 Apr 2008 09:56:55 +0000 (09:56 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 29 Apr 2008 09:56:55 +0000 (09:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24552 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

index f88b2f64dce6b54ba5088b2e0d72700b2adb81a7..7bbfb49446667f3ff896d5b96a450cb3a1417922 100644 (file)
@@ -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 \