From: Linus Nordberg Date: Tue, 7 May 2013 08:09:53 +0000 (+0200) Subject: Build include before building '.' X-Git-Tag: libradsec-0.0.4~36 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=147f8ab3277afdbe9f63676539a95aaaa48de336 Build include before building '.' Patch by Sam Hartman (ff1af013 in moonshot). --- 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