summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/automake.mpd5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 55a02d4c..3b499674 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -15,11 +15,6 @@
## needed to process this file.
AUTOMAKE_OPTIONS = 1.7 foreign
-<%if(idl_files)%>
-<%if(idlflags)%>
-TAO_IDLFLAGS = <%idlflags%>
-<%endif%>
-<%endif%>
<%if(includes)%>
INCLUDES =<%foreach(includes)%> -I<%include%><%endfor%>
<%endif%>