summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 18:31:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 18:31:04 +0000
commit63950eb09e42873f92b9d74cc1080fea97462685 (patch)
tree7d5df3a6de257015b8dc62ee95664d604e9446fa
parent60c624dd3115a113f70d179c1db5034e35157607 (diff)
downloadMPC-63950eb09e42873f92b9d74cc1080fea97462685.tar.gz
ChangeLogTag: Tue Apr 8 13:29:05 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/make.mpd8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 90888d62..766e8d33 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -27,7 +27,13 @@ CPPFLAGS +=<%foreach(includes)%> -I<%include%><%endfor%>
LDFLAGS +=<%foreach(libpaths)%> -L<%libpath%><%endfor%>
<%endif%>
<%if(libs)%>
-LDLIBS =<%foreach(libs defaultlibs lit_libs)%> -l<%lib%><%endfor%>
+LDLIBS +=<%foreach(libs)%> -l<%lib%><%endfor%>
+<%endif%>
+<%if(defaultlibs)%>
+LDLIBS +=<%foreach(defaultlibs)%> -l<%defaultlib%><%endfor%>
+<%endif%>
+<%if(lit_libs)%>
+LDLIBS +=<%foreach(lit_libs)%> -l<%lit_lib%><%endfor%>
<%endif%>
<%if(ssl)%>
LDLIBS +=<%foreach(ssl_libs)%> -l<%ssl_lib%><%endfor%>