From 64b3832191bea5a6607b873c9765d85e59a44a28 Mon Sep 17 00:00:00 2001 From: jbevain Date: Fri, 24 Jul 2009 20:52:51 +0000 Subject: [PATCH] try to fix the build git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@138656 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- data/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 1777edca0..62c8e44ac 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = net_1_1 net_2_0 net_4_0 +SUBDIRS = net_1_1 net_2_0 + +if INSTALL_4_0 +SUBDIRS += net_4_0 +endif monodir = $(sysconfdir)/mono -- 2.11.4.GIT