Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-07-30 17:37:22 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-07-30 17:38:30 +0300
commit6992631c4c649d7068378d19569fe6191c2d5862 (patch)
treea3eee699fc1682d23afd3198883ebd9a40472f2f /config.h.in
parent7fc7925d17df58e6dfb9eb1383f0895d5fadce58 (diff)
cmake: rather use SHAREDIR than DATADIR define.
DATADIR is a reserved structure name in win32, using it like us here leads to very nifty compile problems. SHAREDIR is clean.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index a3e04ed75..4633c16c4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -21,7 +21,7 @@
#cmakedefine ZLIB_FOUND @ZLIB_FOUND@
#cmakedefine SYSCONFDIR "@SYSCONFDIR@"
-#cmakedefine DATADIR "@DATADIR@"
+#cmakedefine SHAREDIR "@SHAREDIR@"
#ifndef NEON_WITH_LFS
#cmakedefine NEON_WITH_LFS "@NEON_WITH_LFS@"