From b32c5c025c3c33508f20d17df038da1ceae66cdf Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 23 Mar 2013 17:28:09 +0100 Subject: [PATCH] new flag for shared module --- src/maths/cmaths/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maths/cmaths/Makefile.am b/src/maths/cmaths/Makefile.am index f17954bde..5c959e8f4 100644 --- a/src/maths/cmaths/Makefile.am +++ b/src/maths/cmaths/Makefile.am @@ -15,6 +15,7 @@ libcmaths_la_SOURCES = \ if !TCL_MODULE if !WINGUI +if !SHARED_MODULE noinst_PROGRAMS = test_cx_mag test_cx_j test_cx_ph test_cx_cph @@ -52,6 +53,7 @@ test_cx_j_LDADD = \ TESTS = test_cx_mag test_cx_j test_cx_ph test_cx_cph +endif !SHARED_MODULE endif !WINGUI endif !TCL_MODULE