From 147f8ab3277afdbe9f63676539a95aaaa48de336 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 7 May 2013 10:09:53 +0200 Subject: [PATCH] Build include before building '.' Patch by Sam Hartman (ff1af013 in moonshot). --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 597f6dd..547fc14 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 # library interface is _changed_. -SUBDIRS = radius radsecproxy . include examples +SUBDIRS = radius radsecproxy include . examples INCLUDES = -I$(srcdir)/include AM_CFLAGS = -Wall -Werror -g -- 2.1.4