We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b280e commit e73e458Copy full SHA for e73e458
Makefile
@@ -76,3 +76,4 @@ $(switch_srcdir)/libs/xmlrpc-c/lib/expat/xmltok/xmltok.c
76
77
mod_healthcheck_la_CFLAGS += $(AM_CFLAGS) -I. -w
78
79
+MOD_CFLAGS = $(mod_healthcheck_la_CFLAGS)
README.md
@@ -1,2 +1,10 @@
1
# mod_healthcheck
2
-freeswitch mod_healthcheck
+
3
+ freeswitch mod_healthcheck
4
5
+## install
6
7
+```bash
8
+make
9
+make install
10
+```
0 commit comments