Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
# Configuration Makefile fragment
2
 
3
# Build the libxml2 binding?
4
# yes | no
5
WITH_LIBXML_BINDING := no
6
WITH_EXPAT_BINDING := yes
7
 
8
# Build the hubbub binding?
9
# yes | no
10
WITH_HUBBUB_BINDING := yes
11
 
12
# ----------------------------------------------------------------------------
13
# BeOS-specific options
14
# ----------------------------------------------------------------------------
15
ifeq ($(TARGET),beos)
16
  # temporary
17
  WITH_LIBXML_BINDING := no
18
endif
19
 
20
-include Makefile.config.override
21