$(OBJDIR)/session_dbd.nlm \
$(EOLIST)
-# $(OBJDIR)/session_crypto.nlm \
+# If the APU library has cryptp API then build the mod_session_crypto module
+ifdef APU_HAVE_CRYPTO
+TARGET_nlm += $(OBJDIR)/session_crypto.nlm
+endif
#
# If there is an LIB target, put it here
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
- $(AP_WORK)/modules/http \
- $(AP_WORK)/modules/generators \
- $(AP_WORK)/modules/ssl \
+ $(SRC)/include \
$(NWOS) \
$(EOLIST)
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
- $(AP_WORK)/modules/http \
- $(AP_WORK)/modules/generators \
- $(AP_WORK)/modules/ssl \
+ $(SRC)/include \
$(NWOS) \
$(EOLIST)
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
- $(AP_WORK)/modules/http \
- $(AP_WORK)/modules/generators \
- $(AP_WORK)/modules/ssl \
+ $(SRC)/include \
$(NWOS) \
$(EOLIST)
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
- $(AP_WORK)/modules/http \
- $(AP_WORK)/modules/database \
- $(AP_WORK)/modules/generators \
- $(AP_WORK)/modules/ssl \
- $(AP_WORK)/server/mpm/netware \
+ $(SRC)/include \
+ $(STDMOD)/database \
$(NWOS) \
#