From 3ba616e6b37465c5fd44835fd1b9bcb1a0d883eb Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 2 Nov 2011 05:40:35 +0000 Subject: [PATCH] Build data first Some generated data files are used by the build, for example the .ico used by windres on the win32 build --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c7a85c3..6b237e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib src data docs +SUBDIRS = data lib src docs ACLOCAL_AMFLAGS = -I m4 -- 2.41.0