summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-01 17:22:47 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-01 17:22:47 +0000
commit00696f5f37047add24db011df63838158fe50acb (patch)
treeef7b37217fb31614e1cffc6b1730584f45317c94 /res/Makefile
parent6fa1dab33d919293901f8d12adc1eb28d64526b1 (diff)
make the AIS checking a little more generic, and have a more useful configure script command line option for OpenAIS
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/Makefile b/res/Makefile
index a7ba0833f..ecde5ad00 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -35,6 +35,8 @@ ael/ael_lex.o: ASTCFLAGS+=-I. -Iael -Wno-unused
ael/ael.tab.o: ael/ael.tab.c ael/ael.tab.h ../include/asterisk/ael_structs.h
ael/ael.tab.o: ASTCFLAGS+=-I. -Iael -DYYENABLE_NLS=0
+ais/clm.o ais/evt.o: ASTCFLAGS+=${AIS_INCLUDE}
+
$(if $(filter res_ais,$(EMBEDDED_MODS)),modules.link,res_ais.so): ais/clm.o ais/evt.o
$(if $(filter res_snmp,$(EMBEDDED_MODS)),modules.link,res_snmp.so): snmp/agent.o