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:
authorDaniel Molkentin <danimo@owncloud.com>2014-01-28 16:33:33 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-01-28 16:36:16 +0400
commit58fd57fdcd7b69ccd44dd05f997bad8d3eef7746 (patch)
tree28f6de4a77c730850e4d1aa0033585d3dab40d9f /config.h.in
parent2bee51c10166c93b86784b83e3b43d021cb0ce35 (diff)
Make update URL a compile time option
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e66fa9b1b..1f2bcbe41 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,7 @@
#cmakedefine APPLICATION_NAME "@APPLICATION_NAME@"
#cmakedefine APPLICATION_SHORTNAME "@APPLICATION_SHORTNAME@"
#cmakedefine APPLICATION_EXECUTABLE "@APPLICATION_EXECUTABLE@"
+#cmakedefine APPLICATION_UPDATE_URL "@APPLICATION_UPDATE_URL@"
#cmakedefine SYSCONFDIR "@SYSCONFDIR@"
#cmakedefine DATADIR "@DATADIR@"