commit | 49c2d96d23322ddfc4d89b9cec4d4bbe6f463549 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Jul 22 14:30:47 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Jul 22 14:30:47 2013 -0700 |
tree | 1124032be42e1f2e42c93a0031222cba9771700e | |
parent | b185dd67f07b5147c9d6c8e82d0294414a594cae [diff] |
[style] use VPSCONFDIR from Makefile defines We always had that VPSCONFDIR variable defined in paths.am and propagated through pathsubst.am. Nevertheless, we were defining it again (as VPS_CONF_DIR) in include/types.h Let's eliminate that duplication, propagating VPSCONFDIR to C code by means of CFLAGS in Makefiles, like we do with others. Signed-off-by: Kir Kolyshkin <kir@openvz.org>