From 3ef6bbc30e19779de0a27b0b00fa491911ac7998 Mon Sep 17 00:00:00 2001 From: iratqq Date: Sun, 14 Feb 2010 12:32:26 +0000 Subject: [PATCH] build with client (from pkgsrc-wip) --- trunk/include/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/trunk/include/Makefile.am b/trunk/include/Makefile.am index 57e3ff4..14e40ec 100644 --- a/trunk/include/Makefile.am +++ b/trunk/include/Makefile.am @@ -2,6 +2,11 @@ SUBDIRS = \ sj3common \ sj3compat \ sj3core \ - sj3lib \ - sj3lua \ - sj3rkcv + sj3lua + +if BUILDABLE_SJ3CLIENT +SUBDIRS+=sj3lib +endif +if BUILDABLE_SJ3DEMO +SUBDIRS+=sj3rkcv +endif