From 55b76a63892447b580cb83726fd1e174d377e91f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 27 Mar 2012 14:05:14 +0100 Subject: [PATCH] Add include/ to makekeys include path Signed-off-by: Daniel Stone --- makekeys/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/makekeys/Makefile.am b/makekeys/Makefile.am index a7ef6e0..1ed50a5 100644 --- a/makekeys/Makefile.am +++ b/makekeys/Makefile.am @@ -1,3 +1,4 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) # need to use build-native compiler -- 2.7.4