mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
SUBDIRS = DOM SAX2DOM
|
|
if HAVE_BOOST
|
|
SUBDIRS += XPath
|
|
endif
|
|
|
|
install:
|
|
echo "Nothing to install here"
|