summaryrefslogtreecommitdiff
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
parent304e05c818404c978fbab3fb1de4d58e7032eee5 (diff)
downloadATCD-7ef91b233756c577eb0f94f83f0b9e5a45d42370.tar.gz
ChangeLogTag: Thu Aug 1 12:14:21 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6e3d493d3b..f4ed85a5a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 1 12:14:21 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added $(ACELIB) to the list of ACE_SHLIBS.
+
Thu Aug 1 11:13:20 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Malloc_Allocator.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e6e3d493d3b..f4ed85a5a3d 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu Aug 1 12:14:21 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added $(ACELIB) to the list of ACE_SHLIBS.
+
Thu Aug 1 11:13:20 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Malloc_Allocator.h:
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%>