Browse Source

new flag `SHARED_MODULE' for shared module

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
1767991236
  1. 2
      src/maths/cmaths/Makefile.am

2
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

Loading…
Cancel
Save