CMakeLists.txt dummy.i

Christian Mollekopf mollekopf at kolabsys.com
Thu Dec 4 11:31:07 CET 2014


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

New commits:
commit a6e0c4d7c33e7fa6bb7a1734bb893e05a8fe528d
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 10ef309..29baeb1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -221,5 +221,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