summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2006-02-23 18:34:09 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2006-02-23 18:34:09 +0000
commit1922f0eac2ff0ed84b6fe17bf61350b1cddf22e4 (patch)
tree8cc017dec68481aefc2dda419be9ee99c566b3d4 /templates/automake.mpd
parent31bfc7ba58311248b228fb7f21b2e33735fce9d8 (diff)
downloadMPC-1922f0eac2ff0ed84b6fe17bf61350b1cddf22e4.tar.gz
ChangeLogTag: Thu Feb 23 10:33:25 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 88677655..c1bf0810 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -85,7 +85,7 @@ CLEANFILES += \
lib<%libname_prefix%><%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><%endif%>_la_CPPFLAGS = \
<%endif%>
<%foreach(am_includes)%>
- -I<%am_include%><%if(defines || common_defines || macros || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>
+ -I<%am_include%><%if(defines || common_defines || macros || compile_flags || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>
<%endfor%>
<%foreach(defines common_defines macros)%>
-D<%define%><%if(compile_flags || need_staticflags || dynamicflags)%> \<%else%><%fornotlast(" \\")%><%endif%>