From 85bd47e42f6212d8af25d26fb5497fa7755e3f2b Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 17 Feb 2017 20:02:12 +0100 Subject: Quick 'n dirty hack to find plugin in plugin dir --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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)\ -- cgit v1.2.3