From 10de5792bba825715b6385eba720db228f7a23de Mon Sep 17 00:00:00 2001 From: David Kovach Date: Wed, 19 Nov 2014 14:39:07 -0500 Subject: [PATCH] fixes https://github.com/bumptech/stud/issues/133 allowing for compilation on redhat derivatives that put libev in its own subdir. does not affect compilation on debian derivatives. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eba3e9c..3e61980 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man -CFLAGS = -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include +CFLAGS = -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -I/usr/include/libev LDFLAGS = -lssl -lcrypto -lev -L/usr/local/lib OBJS = stud.o ringbuffer.o configuration.o