summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-20 09:47:54 +0000
committerxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-20 09:47:54 +0000
commit08eafa9f1a152ee1486395beb8fb7efe13b5834a (patch)
treead5b0e60b0d94343aab7984b533a468d9e4e0ae8 /include
parent01d613a7ccf695090262c9e22c396251146f00bd (diff)
all 'DISTDIR's were replaced with 'DESTDIR's which are more usual
git-svn-id: http://opensvn.csie.org/tuxanci_ng@28 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include')
-rw-r--r--include/path.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/path.h b/include/path.h
index a51baa0..884e13e 100644
--- a/include/path.h
+++ b/include/path.h
@@ -5,28 +5,28 @@
#include "main.h"
-#ifdef DISTDIR
+#ifdef DESTDIR
#define PATH_DIR "share/tuxanci-ng/"
#endif
-#ifndef DISTDIR
+#ifndef DESTDIR
#define PATH_DIR "./"
-#undef DISTDIR
-#define DISTDIR ""
+#undef DESTDIR
+#define DESTDIR ""
#endif
-#define PATH_IMAGE DISTDIR PATH_DIR "image/"
-#define PATH_FONT DISTDIR PATH_DIR "font/"
-#define PATH_ARENA DISTDIR PATH_DIR "arena/"
-#define PATH_SOUND DISTDIR PATH_DIR "sound/"
-#define PATH_MUSIC DISTDIR PATH_DIR "music/"
-#define PATH_CONFIG DISTDIR PATH_DIR "conf/"
-#define PATH_LANG DISTDIR PATH_DIR "lang/"
-#define PATH_DATA DISTDIR PATH_DIR "data/"
+#define PATH_IMAGE DESTDIR PATH_DIR "image/"
+#define PATH_FONT DESTDIR PATH_DIR "font/"
+#define PATH_ARENA DESTDIR PATH_DIR "arena/"
+#define PATH_SOUND DESTDIR PATH_DIR "sound/"
+#define PATH_MUSIC DESTDIR PATH_DIR "music/"
+#define PATH_CONFIG DESTDIR PATH_DIR "conf/"
+#define PATH_LANG DESTDIR PATH_DIR "lang/"
+#define PATH_DATA DESTDIR PATH_DIR "data/"
#endif