summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/templates
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-28 20:05:14 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-28 20:05:14 +0000
commite67121f63e5ff84c76a5f742d990f22204dc6b77 (patch)
treed045dccaf2ca7c55b90548e348fd70ff6b997cd3 /ACE/bin/MakeProjectCreator/templates
parent41ca28360cba533b85af21cb7b90a6c89b096f7d (diff)
downloadATCD-e67121f63e5ff84c76a5f742d990f22204dc6b77.tar.gz
ChangeLogTag: Tue Jul 28 20:02:59 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/bin/MakeProjectCreator/templates')
-rw-r--r--ACE/bin/MakeProjectCreator/templates/gnu.mpd6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
index 4390596c376..708f8255df5 100644
--- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
@@ -167,16 +167,14 @@ VSHDIR = <%targetoutdir%>.shobj/
<%endif%>
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-<%if(!dds && version)%>
+<%if(version)%>
ifeq ($(versioned_so),1)
SOVERSION = .<%version%>
endif # versioned_so
<%endif%>
-<%if(dds)%>
-include $(DDS_ROOT)/rules.dds.GNU
-<%endif%>
+<%marker(extension)%>
<%if(ciao)%>
include $(CIAO_ROOT)/rules.ciao.GNU
<%endif%>