summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-17 20:02:12 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-17 20:02:12 +0100
commit85bd47e42f6212d8af25d26fb5497fa7755e3f2b (patch)
tree52ba6941fbe3a4086441ab69c1092172a626c29e /Makefile.am
parent35deecec364805ed54ef18bf199bcee6895de895 (diff)
Quick 'n dirty hack to find plugin in plugin dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ce79dd6a..da5ab542 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,7 +117,8 @@ rofi_CFLAGS=\
-I$(top_builddir)/\
-Werror=missing-prototypes\
-DSYSCONFDIR=\"$(sysconfdir)\"\
- -DTHEME_CONVERTER
+ -DTHEME_CONVERTER\
+ -DPLUGIN_PATH=\"${libdir}/rofi\"
rofi_LDADD=\
$(glib_LIBS)\