summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 18:00:41 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 18:00:41 +0000
commit84ea732ee1845613ae7947f9d99dd3106dc43711 (patch)
tree5c0e72802d2fe2a820e8a45e3acd6c2d3e7ed707 /templates/automake.mpd
parentbcc35d450ad61550457aa048d4df446d6659efa9 (diff)
downloadMPC-84ea732ee1845613ae7947f9d99dd3106dc43711.tar.gz
ChangeLogTag: Fri Jul 18 17:58:58 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/automake.mpd')
-rw-r--r--templates/automake.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index e9013a82..7c6f3822 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -127,7 +127,7 @@ lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normal
<%normalize(exename)%><%lib_modifier%>_CPPFLAGS = $(<%normalize(exename)%>_CPPFLAGS_COMMON)<%if(compile_flags)%> <%compile_flags%><%endif%>
<%else%>
lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><%endif%><%lib_modifier%>_la_CPPFLAGS = $(lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><%endif%>_CPPFLAGS_COMMON)<%if(compile_flags)%> <%compile_flags%><%endif%>
-<%endif%>
+<%endif%>
<%endfor%>
<%endif%>
<%endif%>
@@ -196,7 +196,7 @@ lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normal
<%foreach(configurations)%>
<%normalize(exename)%><%lib_modifier%>_LDFLAGS = $(<%normalize(exename)%>_LDFLAGS_COMMON)
<%endfor%>
-<%endif%>
+<%endif%>
<%endif%>
<%else%>
<%if(linkflags || libpaths || am_version && install_this_target || am_release && install_this_target)%>