mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
fixed launcher compile
This commit is contained in:
parent
3bfc6c8004
commit
9beb43fc85
@ -1,29 +1,29 @@
|
||||
SUBDIRS = zimlib ctpp2 pugixml components
|
||||
|
||||
if WITH_MANAGER
|
||||
SUBDIRS += manager
|
||||
SUBDIRS += manager
|
||||
endif
|
||||
|
||||
if WITH_SERVER
|
||||
SUBDIRS += server
|
||||
SUBDIRS += server
|
||||
endif
|
||||
|
||||
if WITH_INDEXER
|
||||
SUBDIRS += indexer
|
||||
SUBDIRS += indexer
|
||||
endif
|
||||
|
||||
if WITH_INSTALLER
|
||||
SUBDIRS += installer
|
||||
SUBDIRS += installer
|
||||
endif
|
||||
|
||||
if WITH_SEARCHER
|
||||
SUBDIRS += searcher
|
||||
SUBDIRS += searcher
|
||||
endif
|
||||
|
||||
if WITH_READER
|
||||
SUBDIRS += reader
|
||||
SUBDIRS += reader
|
||||
endif
|
||||
|
||||
if WITH_LAUNCHER
|
||||
SUBDIRS += launcher
|
||||
SUBDIRS += launcher
|
||||
endif
|
@ -1,4 +1,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pathTools.h"
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user