Fix build
This commit is contained in:
Родитель
680421defc
Коммит
478c2129ae
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
CFLAGS=-Wall -Wextra -pedantic -std=c99 -Werror -D_XOPEN_SOURCE=500 -fPIC -g
|
||||
|
||||
SONAME=nagioseasier.so
|
||||
OBJECTS=src/nagioseasier.o src/helper.o src/commands.o src/commands/help.o
|
||||
OBJECTS=src/nagioseasier.o src/helper.o src/commands.o src/commands/acknowledgment.o src/commands/check.o src/commands/help.o src/commands/notifications.o src/commands/problems.o src/commands/status.o
|
||||
|
||||
all: $(SONAME)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <nagios/nagios.h>
|
||||
|
||||
#include "../helpers.h"
|
||||
#include "../helper.h"
|
||||
#include "acknowledgment.h"
|
||||
|
||||
static int
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <nagios/nagios.h>
|
||||
|
||||
#include "../helpers.h"
|
||||
#include "../helper.h"
|
||||
#include "check.h"
|
||||
|
||||
static int
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include <nagios/nagios.h>
|
||||
|
||||
#include "../helpers.h"
|
||||
|
||||
#include "../helper.h"
|
||||
#include "notifications.h"
|
||||
|
||||
static int
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <nagios/nagios.h>
|
||||
|
||||
#include "../helpers.h"
|
||||
#include "../helper.h"
|
||||
#include "problems.h"
|
||||
|
||||
static int
|
||||
|
|
Загрузка…
Ссылка в новой задаче