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>2014-01-23 19:04:14 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-01-23 19:05:35 +0400
commit04d8c82dbda6f6eb30c5fee93357c587a21178f4 (patch)
treed7c7615f6c1b67d6c815017d96863b238fcdbcae /config.h.in
parentf98db9ac9de0ed0084fa25fb5e6321afb5209426 (diff)
Make NEON_WITH_LFS conditional to avoid build warnings.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 1dc2019b5..e66fa9b1b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,6 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
+#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_QTKEYCHAIN 1
#cmakedefine GIT_SHA1 "@GIT_SHA1@"
@@ -14,6 +15,9 @@
#cmakedefine SYSCONFDIR "@SYSCONFDIR@"
#cmakedefine DATADIR "@DATADIR@"
+
+#ifndef NEON_WITH_LFS
#cmakedefine NEON_WITH_LFS "@NEON_WITH_LFS@"
+#endif
#endif