Skip to content

Commit e73e458

Browse files
committedJun 30, 2023
Makefile.
1 parent 37b280e commit e73e458

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ $(switch_srcdir)/libs/xmlrpc-c/lib/expat/xmltok/xmltok.c
7676

7777
mod_healthcheck_la_CFLAGS += $(AM_CFLAGS) -I. -w
7878

79+
MOD_CFLAGS = $(mod_healthcheck_la_CFLAGS)

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# mod_healthcheck
2-
freeswitch mod_healthcheck
2+
3+
freeswitch mod_healthcheck
4+
5+
## install
6+
7+
```bash
8+
make
9+
make install
10+
```

0 commit comments

Comments
 (0)
Please sign in to comment.