mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
SUBDIRS = SAX DOM Utils
|
|
if HAVE_BOOST
|
|
SUBDIRS += XPath
|
|
endif
|
|
|
|
install:
|
|
echo "Nothing to install here"
|