From 2324721eeeed0cfb3033610773273b065550b05f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 29 Oct 2013 11:08:48 -0400 Subject: [PATCH] remove potentially unnecessary include --- daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Makefile b/daemon/Makefile index a5d3dd6..5049b54 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -5,7 +5,7 @@ CFLAGS+= `pkg-config --cflags gthread-2.0` CFLAGS+= `pkg-config --cflags zlib` CFLAGS+= `pkg-config --cflags openssl` CFLAGS+= `pcre-config --cflags` -CFLAGS+= -I/lib/modules/`uname -r`/build/include/ -I../kernel-module/ +CFLAGS+= -I../kernel-module/ CFLAGS+= -D_GNU_SOURCE ifneq ($(MEDIAPROXY_VERSION),) CFLAGS+= -DMEDIAPROXY_VERSION="\"$(MEDIAPROXY_VERSION)\""