From d844e3eb51c469c94e25b63f3dbd6b8c593fc587 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Jun 2013 10:18:03 +1000 Subject: [PATCH] Build doc first, to see the warnings better Leave the code warnings at the end of the build, makes them more visible. Signed-off-by: Peter Hutterer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c9e0b5d..2638b9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = libevdev tools test doc +SUBDIRS = doc libevdev tools test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libevdev.pc