fixed launcher compile

This commit is contained in:
reg_ 2012-04-12 17:37:12 +00:00
parent 3bfc6c8004
commit 9beb43fc85
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -1,4 +1,6 @@
#include <stdlib.h>
#include "pathTools.h"
using namespace std;