-
Matthias Schiffer authored
gluon-announced and gluon-announce are merged to gluon-respondd.
Matthias Schiffer authoredgluon-announced and gluon-announce are merged to gluon-respondd.
Makefile 164 B
all: respondd.so
CFLAGS += -Wall
respondd.so: respondd.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -D_GNU_SOURCE -o $@ $^ $(LDLIBS) -lgluonutil -luci