diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2014-11-28 15:21:35 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2014-11-28 15:21:35 (GMT) |
commit | b443c4505506f66d7747e3d81da40bc624d19fc3 (patch) | |
tree | 1dc7ca1c2983a5f0557452b00439fe4470d50eb9 | |
parent | 65e0a054fb74a5d04ca991dbd6b8f50fd6c798a9 (diff) | |
download | libkolab-dev/dummyswigplugin.tar.gz |
Dummy plugin to to workaround the httpd reload issue.dev/dummyswigplugin
See https://issues.kolab.org/show_bug.cgi?id=2050
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | dummy.i | 1 |
2 files changed, 2 insertions, 0 deletions
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) @@ -0,0 +1 @@ +/* This is a dummy plugin that does nothing. See https://issues.kolab.org/show_bug.cgi?id=2050 */ |