summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-04 21:41:38 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-04 21:41:38 +0200
commit82e2456043df3d91a944751092ff621ea5fd434a (patch)
tree562c8fe3d7795f40925ed6c57dfaaa33c1d79824 /Makefile.am
parent726a0ed3ca7ce95f67ddd752298d26b58eb0fae0 (diff)
Fix building out of source dir.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9afbfcc8..63cce5e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,7 +118,7 @@ rofi_CFLAGS=\
$(cairo_CFLAGS)\
-DMANPAGE_PATH="\"$(mandir)/\""\
-I$(top_srcdir)/include/\
- -I$(top_srcdir)/lexer/\
+ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/\
-Werror=missing-prototypes\
@@ -268,7 +268,7 @@ textbox_test_CFLAGS=\
-DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\
- -I$(top_srcdir)/lexer/\
+ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/
@@ -414,7 +414,7 @@ helper_test_CFLAGS=\
-DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\
- -I$(top_srcdir)/lexer/\
+ -I$(top_builddir)/lexer/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/