Branch 'libkolab-0.5' - CMakeLists.txt dummy.i

Christian Mollekopf mollekopf at kolabsys.com
Thu Dec 4 13:04:11 CET 2014


 CMakeLists.txt |    1 +
 dummy.i        |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit b7d0c724af32d3d70cfd48694d3cf113b703c89e
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Fri Nov 28 16:21:35 2014 +0100

    Dummy plugin to to workaround the httpd reload issue.
    
    See https://issues.kolab.org/show_bug.cgi?id=2050

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 99eef60..d7f724e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -209,5 +209,6 @@ endif(PYTHON_BINDINGS)
 
 if(PHP_BINDINGS)
     generatePHPBindings(kolabshared shared.i)
+    generatePHPBindings(dummy dummy.i)
     add_subdirectory(kolabformat/php)
 endif(PHP_BINDINGS)
diff --git a/dummy.i b/dummy.i
new file mode 100644
index 0000000..24c258f
--- /dev/null
+++ b/dummy.i
@@ -0,0 +1 @@
+/* This is a dummy plugin that does nothing. See https://issues.kolab.org/show_bug.cgi?id=2050 */




More information about the commits mailing list