update branches to monitor for pending changes
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 02a5e37..c16c3cd 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -267,10 +267,11 @@ IN_MYPLC += plcapi
 # move to wsgi instead; however our using wsgi currently looks unstable
 # so you have the option to install this manually, in which case myplc will 
 # swap to using mod_python - see plc.d/httpd
-ifeq "$DISTRO" "Fedora"
+ifeq "$(DISTRO)" "Fedora"
 ifneq "$(DISTRONAME)" "f16"
 mod_python-MODULES := mod_python
 mod_python-SPEC        := mod_python.spec
+mod_python-DEVEL-RPMS := httpd-devel
 mod_python-BUILD-FROM-SRPM := yes
 ALL += mod_python
 endif