From 77cad8e716e6023e1042c21cb2fe12b3a81f295d Mon Sep 17 00:00:00 2001 From: "Christoph J. Thompson" Date: Mon, 15 Apr 2013 15:48:19 +0200 Subject: Don't hardcode "plugins" as the subdirectory for plugins in many places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c --- plugins/xdcc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/xdcc/Makefile.am') diff --git a/plugins/xdcc/Makefile.am b/plugins/xdcc/Makefile.am index 9e0cf713..dd858e4d 100644 --- a/plugins/xdcc/Makefile.am +++ b/plugins/xdcc/Makefile.am @@ -1,4 +1,4 @@ -libdir = $(hexchatdir)/plugins +libdir = $(hexchatdir) lib_LTLIBRARIES = xdcc.la xdcc_la_SOURCES = xdcc.c -- cgit 1.4.1