summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2006-06-09 14:02:22 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2006-06-09 14:02:22 +0000
commit0e5468dc1b8cac66e41558ad222e4a50713bf459 (patch)
tree4cfc85fd56a64dd25b7df42dda86dda11f378f04 /templates/automake.mpd
parent2b37d8abebbd03597d977624ed74138d5315216a (diff)
downloadMPC-0e5468dc1b8cac66e41558ad222e4a50713bf459.tar.gz
ChangeLogTag: Fri Jun 9 07:00:13 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'templates/automake.mpd')
-rw-r--r--templates/automake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 84c38117..b659c654 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -132,7 +132,7 @@ lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normal
<%linkflags%>
<%endif%>
<%else%>
-<%if(linkflags || am_version || am_release && install_this_target)%>
+<%if(linkflags || am_version && install_this_target || am_release && install_this_target)%>
lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><%endif%>_la_LDFLAGS = \
<%if(am_version && install_this_target)%> -version-number <%am_version%><%else%><%if(am_release && install_this_target)%> -release <%am_release%><%endif%><%endif%><%if(linkflags)%> <%linkflags%><%endif%>