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

# Build the libxml2 binding?
# yes | no
WITH_LIBXML_BINDING := no
WITH_EXPAT_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