From e8af9a2ecae53d00c2c335ac76802966c3681342 Mon Sep 17 00:00:00 2001 From: xHire Date: Mon, 7 Jul 2008 11:04:41 +0000 Subject: - fixed problem with PREFIX - fixed problem when compiling without sound git-svn-id: http://opensvn.csie.org/tuxanci_ng@114 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/path.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/base') diff --git a/src/base/path.h b/src/base/path.h index 783fc6c..8765ed5 100644 --- a/src/base/path.h +++ b/src/base/path.h @@ -12,13 +12,10 @@ #ifndef PUBLIC_SERVER #define PATH_DIR PREFIX "/share/tuxanci-ng/" #define PATH_MODULES PREFIX "/lib/tuxanci-ng/" -#endif - -#ifdef PUBLIC_SERVER +#else #define PATH_DIR PREFIX "/share/tuxanci-ng-server/" #define PATH_MODULES PREFIX "/lib/tuxanci-ng-server/" #define SERVER_CONFIG "/etc/tuxanci-ng-server/server.conf" - #endif #define PATH_IMAGE PATH_DIR "image/" -- cgit v1.2.3