- DSM sub-modules common includedir was moved to dsm.lib.rules.txt.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1515 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Peter Lemenkov 16 years ago
parent 8d38f1123a
commit 683d52bc48

@ -10,9 +10,6 @@ DSMStateDiagramCollection.cpp
DSMStateEngine.cpp
)
# needed for DSM sub-modules
INCLUDE_DIRECTORIES (.)
ADD_SUBDIRECTORY (lib)
ADD_SUBDIRECTORY (mods)

@ -1,5 +1,8 @@
# A place for common parts of SEMS DSM modules rules
#
# We must add base apps/dsm directory as INCLUDEDIR
INCLUDE_DIRECTORIES (../..)
# We adding sems_dsm_ prefix to the internal name of the library to avoid nasty
# issue then this name is equals to external library, our module links to.
# E.g. the issue, then speex module should be linked to -lspeex

Loading…
Cancel
Save