Commit 67f2e575 authored by Lasse Karstensen's avatar Lasse Karstensen

Write overridden file name also in created file.

This was forgotten in ecbdb32a and made the change moot.
parent c461c053
......@@ -928,7 +928,7 @@ def runmain(inputvcc, outputprefix="vcc_if"):
fc.write('#include "config.h"\n')
fc.write('#include "vcl.h"\n')
fc.write('#include "vrt.h"\n')
fc.write('#include "vcc_if.h"\n')
fc.write('#include "%s.h"\n' % outputprefix)
fc.write('#include "vmod_abi.h"\n')
fc.write('\n')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment