summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-02-13 18:25:13 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-02-13 18:28:30 +0100
commit4401fd4ac7ea2f536599c6e8c6040c987cc7c4d1 (patch)
tree581afa770a0544f1add4433cf4b51bcd0f31f170
parentde15dafd1b89603db424c9e5547689b1f5655bbe (diff)
downloadNetworkManager-4401fd4ac7ea2f536599c6e8c6040c987cc7c4d1.tar.gz
tui: fix srcdir != builddir build
-rw-r--r--tui/newt/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tui/newt/Makefile.am b/tui/newt/Makefile.am
index 7dc35bb0fb..a69e796d81 100644
--- a/tui/newt/Makefile.am
+++ b/tui/newt/Makefile.am
@@ -1,5 +1,6 @@
AM_CPPFLAGS= \
-I$(top_srcdir)/include \
+ -I$(top_builddir)/include \
$(GLIB_CFLAGS) \
$(NEWT_CFLAGS) \
$(NULL)