Skip to content

Commit

Permalink
Merge pull request #2 from statusengine/PR1
Browse files Browse the repository at this point in the history
New: Some fixes and multiple gearmand server support
  • Loading branch information
nook24 authored Aug 31, 2018
2 parents 2a1c378 + 8d9c923 commit ba0fafd
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 222 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin/naemon/statusengine.o: statusengine.c

bin/naemon/statusengine-1-0-5.o: statusengine.c
mkdir -p bin/naemon
LANG=C gcc -DNAEMON105 -shared -o "$@" -fPIC -Wall -Werror statusengine.c -luuid -levent -lgearman -ljson-c -lglib-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lglib-2.0
LANG=C gcc `pkg-config --cflags --libs glib-2.0` -DNAEMON105 -shared -o "$@" -fPIC -Wall -Werror statusengine.c -luuid -levent -lgearman -ljson-c -lglib-2.0

clean:
rm -f statusengine.o
rm -f bin/nagios/statusengine.o bin/naemon/statusengine.o bin/naemon/statusengine-1-0-5.o
Loading

0 comments on commit ba0fafd

Please sign in to comment.