summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-17 16:10:37 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-17 16:10:37 +0000
commit5beaf1f582dfbff2d16dc9759e071a3a9e25e99f (patch)
tree5bd15908fd25433e7cd6eca7e4aa590b33f834af /templates/automake.mpd
parent8bd333760949759b4fe3817b1de1d49b48eb9df0 (diff)
downloadMPC-5beaf1f582dfbff2d16dc9759e071a3a9e25e99f.tar.gz
ChangeLogTag: Thu Feb 17 10:09:21 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/automake.mpd')
-rw-r--r--templates/automake.mpd7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 69b17f00..079335d2 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -93,15 +93,14 @@ CLEANFILES += \
<%else%>
lib<%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><%endif%>_la_CPPFLAGS = \
<%endif%>
-<%if(am_includes)%>
<%foreach(am_includes)%>
-I<%am_include%><%if(defines || common_defines || macros || type_is_static || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>
<%endfor%>
-<%endif%>
-<%if(defines || common_defines || macros)%>
<%foreach(defines common_defines macros)%>
- -D<%define%><%if(type_is_static || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>
+ -D<%define%><%if(compile_flags || type_is_static || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>
<%endfor%>
+<%if(compile_flags)%>
+<%compile_flags%><%if(type_is_static || need_staticflags || dynamicflags)%> \<%endif%>
<%endif%>
<%if(type_is_static || need_staticflags)%>
<%if(staticflags)%>