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>2013-12-11 23:52:11 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-12-11 23:52:17 +0400
commit93d250c49b5a4acf5ea77b5c6be37fff9226d7e2 (patch)
tree0d0fe089b1bb2d82572bb1a924b592e58dc60c8c /config.h.in
parentf5c46d481c1d9bc0bc727cabcf58a65e904ed3e8 (diff)
Add NE_LFS define to config.h.in
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ffde7b2c4..057fe28c6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -15,4 +15,6 @@
#cmakedefine SYSCONFDIR "@SYSCONFDIR@"
#cmakedefine DATADIR "@DATADIR@"
+#cmakedefine NEON_WITH_LFS "@NEON_WITH_LFS@"
+
#endif