aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/makefile')
-rw-r--r--libxsde/xsde/makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/libxsde/xsde/makefile b/libxsde/xsde/makefile
index ce95980..0741d13 100644
--- a/libxsde/xsde/makefile
+++ b/libxsde/xsde/makefile
@@ -77,7 +77,13 @@ endif
## C++/Hybrid
##
-cxx_tun += cxx/hybrid/sequence.cxx
+cxx_tun += \
+cxx/hybrid/any-type.cxx \
+cxx/hybrid/any-type-pimpl.cxx \
+cxx/hybrid/any-type-pskel.cxx \
+cxx/hybrid/any-type-simpl.cxx \
+cxx/hybrid/any-type-sskel.cxx \
+cxx/hybrid/sequence.cxx
ifeq ($(xsde_polymorphic),y)
cxx_tun += \