summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-08-01 17:15:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-08-01 17:15:17 +0000
commit7ef91b233756c577eb0f94f83f0b9e5a45d42370 (patch)
tree370eb6d7f693a00f3b8e8f4f237f7c73171a3a8d /bin
parent304e05c818404c978fbab3fb1de4d58e7032eee5 (diff)
downloadATCD-7ef91b233756c577eb0f94f83f0b9e5a45d42370.tar.gz
ChangeLogTag: Thu Aug 1 12:14:21 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 01031ba074b..f3d02d3fc74 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -167,7 +167,7 @@ TAO_IDLFLAGS += <%idlflags%>
<%endif%>
<%if(libs)%>
-<%if(exename)%>LDLIBS<%endif%><%if(sharedname)%>ACE_SHLIBS<%endif%> =<%foreach(libs)%> -l<%lib%><%endfor%>
+<%if(exename)%>LDLIBS<%endif%><%if(sharedname)%>ACE_SHLIBS<%endif%> =<%foreach(libs)%> -l<%lib%><%endfor%><%if(sharedname)%> $(ACELIB)<%endif%>
<%endif%>
<%if(ssl)%>
<%if(exename)%>LDLIBS<%endif%><%if(sharedname)%>ACE_SHLIBS<%endif%> +=<%foreach(ssl_libs)%> -l<%ssl_lib%><%endfor%>