From a19fc013a5fa16f878e2ae0cdeef8816addcd543 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 14 Jul 2012 02:22:24 -0500 Subject: fixed plugins using correct libdir --- plugins/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/python') diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 1e4adff8..89d5f15f 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = -libdir = $(xchatlibdir)/plugins +libdir = $(hexchatlibdir)/plugins lib_LTLIBRARIES = python.la python_la_SOURCES = python.c -- cgit 1.4.1