diff options
Diffstat (limited to 'xsd/dist/examples/cxx/tree/makefile')
-rw-r--r-- | xsd/dist/examples/cxx/tree/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xsd/dist/examples/cxx/tree/makefile b/xsd/dist/examples/cxx/tree/makefile index 8c23fef..44e7a0f 100644 --- a/xsd/dist/examples/cxx/tree/makefile +++ b/xsd/dist/examples/cxx/tree/makefile @@ -1,14 +1,10 @@ dirs := binary caching embedded custom hello library messaging mixed \ -multiroot performance polymorphism streaming wildcard +multiroot order performance polymorphism streaming wildcard ifeq ($(WITH_ZLIB),1) dirs += compression endif -ifeq ($(WITH_DBXML),1) -dirs += dbxml -endif - ifeq ($(WITH_XQILLA),1) dirs += xpath endif |