summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-25 11:44:13 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-25 11:44:13 +0200
commitbe6bf5fd01ee92e4c2b71aab4d8bf6bb59c66456 (patch)
treeb4c2678657a1b8183c5701f31952cca738f5ca27 /Makefile.am
parent876e7434974be2ca4341f2ee8ddb474952c93703 (diff)
Fix check
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index acbc6e01..148282c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,6 +234,7 @@ history_test_CFLAGS=\
$(glib_CFLAGS)\
$(libsn_CFLAGS)\
-DTHEME_DIR=\"$(themedir)\"\
+ -DPLUGIN_PATH=\"${libdir}/rofi\"\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/
@@ -259,6 +260,7 @@ textbox_test_CFLAGS=\
$(GW_XCB_CFLAGS)\
$(cairo_CFLAGS)\
$(libsn_CFLAGS)\
+ -DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
@@ -399,6 +401,7 @@ helper_test_CFLAGS=\
$(GW_XCB_CFLAGS)\
$(cairo_CFLAGS)\
$(libsn_CFLAGS)\
+ -DPLUGIN_PATH=\"${libdir}/rofi\"\
-DTHEME_DIR=\"$(themedir)\"\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\