new flag for shared module

This commit is contained in:
h_vogt 2013-03-23 17:28:09 +01:00
parent 9163ed93a9
commit b32c5c025c
1 changed files with 2 additions and 0 deletions

View File

@ -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