forked from kiwix/kiwix-tools
parent
3bfc6c8004
commit
9beb43fc85
@ -1,29 +1,29 @@
|
|||||||
SUBDIRS = zimlib ctpp2 pugixml components
|
SUBDIRS = zimlib ctpp2 pugixml components
|
||||||
|
|
||||||
if WITH_MANAGER
|
if WITH_MANAGER
|
||||||
SUBDIRS += manager
|
SUBDIRS += manager
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_SERVER
|
if WITH_SERVER
|
||||||
SUBDIRS += server
|
SUBDIRS += server
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_INDEXER
|
if WITH_INDEXER
|
||||||
SUBDIRS += indexer
|
SUBDIRS += indexer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_INSTALLER
|
if WITH_INSTALLER
|
||||||
SUBDIRS += installer
|
SUBDIRS += installer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_SEARCHER
|
if WITH_SEARCHER
|
||||||
SUBDIRS += searcher
|
SUBDIRS += searcher
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_READER
|
if WITH_READER
|
||||||
SUBDIRS += reader
|
SUBDIRS += reader
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_LAUNCHER
|
if WITH_LAUNCHER
|
||||||
SUBDIRS += launcher
|
SUBDIRS += launcher
|
||||||
endif
|
endif
|
Loading…
Reference in new issue