diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-09-13 12:30:56 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-09-13 12:30:56 (GMT) |
commit | 687c5ad6d8f9a117e98a72073b825413ed7892e8 (patch) | |
tree | 3b9c1c5bf99147a56f048719f0be902a2d17a8b2 | |
parent | eec7665396ad2455ba8b9f2a1e939933510cfafc (diff) | |
download | kolab-conf-687c5ad6d8f9a117e98a72073b825413ed7892e8.tar.gz |
Avoid the use of two include directories.
This is the major change in order to get rid of the dist_conf approach for the web admin:
This moves all includes into the KolabAdmin/include directory. The top directory
KolabAdmin needs to be in the include path. Should be a sane setup for all distributions.
-rw-r--r-- | conf/kolab.globals.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/kolab.globals.in b/conf/kolab.globals.in index 5ab9c5f..4d3cd96 100644 --- a/conf/kolab.globals.in +++ b/conf/kolab.globals.in @@ -122,4 +122,5 @@ kolab_php_module_prefix : @kolab_php_module_prefix@ kolab_php_smarty_prefix : @kolab_php_smarty_prefix@ smarty_compiledir : @smarty_compiledir@ prefix : @prefix@ +phplibdir : @phplibdir@ phplibdir2 : @phplibdir2@ |