mirror of https://github.com/kiwix/kiwix-tools.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
413 B
35 lines
413 B
SUBDIRS = man zimlib ctpp2 pugixml
|
|
|
|
if WITH_COMPONENTS
|
|
SUBDIRS += components
|
|
endif
|
|
|
|
if WITH_MANAGER
|
|
SUBDIRS += manager
|
|
endif
|
|
|
|
if WITH_SERVER
|
|
SUBDIRS += server
|
|
endif
|
|
|
|
if WITH_INDEXER
|
|
SUBDIRS += indexer
|
|
endif
|
|
|
|
if WITH_INSTALLER
|
|
SUBDIRS += installer
|
|
endif
|
|
|
|
if WITH_SEARCHER
|
|
SUBDIRS += searcher
|
|
endif
|
|
|
|
if WITH_READER
|
|
SUBDIRS += reader
|
|
endif
|
|
|
|
if WITH_LAUNCHER
|
|
SUBDIRS += launcher
|
|
endif
|
|
|
|
EXTRA_DIST = dependencies
|