From 4fccb3efdcc0d74879e5eb38ce1fb428b7745184 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 4 May 2017 13:29:11 +0200 Subject: theme-parser: Drop lexer/ in #includes Signed-off-by: Quentin Glidic --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 38b6b80f..9afbfcc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,6 +118,7 @@ rofi_CFLAGS=\ $(cairo_CFLAGS)\ -DMANPAGE_PATH="\"$(mandir)/\""\ -I$(top_srcdir)/include/\ + -I$(top_srcdir)/lexer/\ -I$(top_srcdir)/config/\ -I$(top_builddir)/\ -Werror=missing-prototypes\ @@ -267,6 +268,7 @@ textbox_test_CFLAGS=\ -DPLUGIN_PATH=\"${libdir}/rofi\"\ -DTHEME_DIR=\"$(themedir)\"\ -I$(top_srcdir)/include/\ + -I$(top_srcdir)/lexer/\ -I$(top_srcdir)/config/\ -I$(top_builddir)/ @@ -412,6 +414,7 @@ helper_test_CFLAGS=\ -DPLUGIN_PATH=\"${libdir}/rofi\"\ -DTHEME_DIR=\"$(themedir)\"\ -I$(top_srcdir)/include/\ + -I$(top_srcdir)/lexer/\ -I$(top_srcdir)/config/\ -I$(top_builddir)/ -- cgit v1.2.3