aboutsummaryrefslogtreecommitdiff
path: root/examples/hybrid/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hybrid/makefile')
-rw-r--r--examples/hybrid/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hybrid/makefile b/examples/hybrid/makefile
index 8e4a4f8..fe9439b 100644
--- a/examples/hybrid/makefile
+++ b/examples/hybrid/makefile
@@ -32,7 +32,7 @@ $(out_base)/: $(driver)
#
$(dist): name := $(subst $(src_root)/examples/,,$(src_base))
$(dist): sources := $(cxx_tun)
-$(dist): extras := README dom.xml
+$(dist): extras := README position.xml
$(dist): export extra_sources := $(filter-out driver.cxx,$(cxx_tun))
$(dist): export extra_headers := dom.hxx
$(dist): export extra_dist := $(extras) $(name)-vc9.vcproj \