summaryrefslogtreecommitdiff
path: root/Makefile.config
blob: 4e0ab225e1b3054bac23c77c19af057705e1d178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Configuration Makefile fragment

# Build the libxml2 binding?
# yes | no
WITH_LIBXML_BINDING := yes

# Build the hubbub binding?
# yes | no
WITH_HUBBUB_BINDING := yes

# ----------------------------------------------------------------------------
# BeOS-specific options
# ----------------------------------------------------------------------------
ifeq ($(TARGET),beos)
  # temporary
  WITH_LIBXML_BINDING := no
endif

-include Makefile.config.override