Skip to content

Commit

Permalink
Add CentOS7 support to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Aug 31, 2018
1 parent 4c17a86 commit 8d9c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 bin/nagios/statusengine.o bin/naemon/statusengine.o bin/naemon/statusengine-1-0-5.o

0 comments on commit 8d9c923

Please sign in to comment.