diff mbox

[2/3] hs20-server: Fix compile error.

Message ID 1432673254-1209-2-git-send-email-greearb@candelatech.com
State Accepted
Headers show

Commit Message

Ben Greear May 26, 2015, 8:47 p.m. UTC
From: Ben Greear <greearb@candelatech.com>

Needed to add a new -I path to get it to compile.

Signed-off-by: Ben Greear <greearb@candelatech.com>
---
 hs20/server/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Ben Greear May 26, 2015, 8:49 p.m. UTC | #1
Possibly this is something special to my environment...I had to add this
when I recently rebased against upstream, but if upstream builds fine,
then I guess you can just ignore this patch...

Thanks,
Ben


On 05/26/2015 01:47 PM, greearb@candelatech.com wrote:
> From: Ben Greear <greearb@candelatech.com>
> 
> Needed to add a new -I path to get it to compile.
> 
> Signed-off-by: Ben Greear <greearb@candelatech.com>
> ---
>  hs20/server/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hs20/server/Makefile b/hs20/server/Makefile
> index 587633b..248ed5c 100644
> --- a/hs20/server/Makefile
> +++ b/hs20/server/Makefile
> @@ -12,6 +12,7 @@ ifndef CFLAGS
>  CFLAGS = -MMD -O2 -Wall -g
>  endif
>  
> +CFLAGS += -I../../src
>  CFLAGS += -I../../src/utils
>  CFLAGS += -I../../src/crypto
>  
>
diff mbox

Patch

diff --git a/hs20/server/Makefile b/hs20/server/Makefile
index 587633b..248ed5c 100644
--- a/hs20/server/Makefile
+++ b/hs20/server/Makefile
@@ -12,6 +12,7 @@  ifndef CFLAGS
 CFLAGS = -MMD -O2 -Wall -g
 endif
 
+CFLAGS += -I../../src
 CFLAGS += -I../../src/utils
 CFLAGS += -I../../src/crypto