From: Stany MARCEL Date: Tue, 3 Jun 2014 22:13:46 +0000 (+0200) Subject: Correct gui build when builddir is not srcdir X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2dbf4970f021f2e36163c630e74ce56ffd24f7c0;p=fw%2Fstlink Correct gui build when builddir is not srcdir --- diff --git a/gui/Makefile.am b/gui/Makefile.am index 19c0672..97b780e 100644 --- a/gui/Makefile.am +++ b/gui/Makefile.am @@ -7,7 +7,7 @@ stlink_gui_SOURCES = \ stlink_gui_CPPFLAGS = \ -I$(top_srcdir) \ $(AM_CPPFLAGS) \ - -I$(top_builddir)/src \ + -I$(top_srcdir)/src \ @GTK_CFLAGS@ stlink_gui_CFLAGS = \