From 3d54541cad957167d2e339ff3493bbb92324c3a5 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 14 Nov 2010 11:07:46 +0100 Subject: [PATCH] Make out of source builds again work. --- src/Main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 60df638c1..cf7a4e3f1 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -135,4 +135,4 @@ metar_LDADD = \ -lz $(base_LIBS) -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src -- 2.39.5