new flag for shared module
This commit is contained in:
parent
9163ed93a9
commit
b32c5c025c
|
|
@ -15,6 +15,7 @@ libcmaths_la_SOURCES = \
|
||||||
|
|
||||||
if !TCL_MODULE
|
if !TCL_MODULE
|
||||||
if !WINGUI
|
if !WINGUI
|
||||||
|
if !SHARED_MODULE
|
||||||
|
|
||||||
noinst_PROGRAMS = test_cx_mag test_cx_j test_cx_ph test_cx_cph
|
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
|
TESTS = test_cx_mag test_cx_j test_cx_ph test_cx_cph
|
||||||
|
|
||||||
|
endif !SHARED_MODULE
|
||||||
endif !WINGUI
|
endif !WINGUI
|
||||||
endif !TCL_MODULE
|
endif !TCL_MODULE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue