aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/hello/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-26 08:26:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-26 08:26:34 +0200
commit37cccb5a382a912c8f7617e72b80c7a42ff015c0 (patch)
tree82de3d11845011729b896a876e693f546ad2f99a /examples/cxx/hybrid/hello/makefile
parentf290b6a0924b13a05c61ccbb843f63ba3dc52530 (diff)
Add inline files to list of generated files for .gitignore
Diffstat (limited to 'examples/cxx/hybrid/hello/makefile')
-rw-r--r--examples/cxx/hybrid/hello/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/hello/makefile b/examples/cxx/hybrid/hello/makefile
index e05931a..86f1184 100644
--- a/examples/cxx/hybrid/hello/makefile
+++ b/examples/cxx/hybrid/hello/makefile
@@ -31,8 +31,8 @@ $(driver): $(obj) $(xsde.l)
$(obj) $(dep): $(xsde.l.cpp-options)
-genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \
- $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \
+genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \
+ $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \
$(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx)
gen := $(addprefix $(out_base)/,$(genf))