diff options
author | TingPing <tngpng@gmail.com> | 2012-07-14 02:22:24 -0500 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2012-07-14 02:22:24 -0500 |
commit | a19fc013a5fa16f878e2ae0cdeef8816addcd543 (patch) | |
tree | be58062dc603e2eb0400cb8cd0ba33fc5872769d /plugins/tcl | |
parent | 91ac20c0768c5cac18bd5c7afcaebb0b5a61f0de (diff) |
fixed plugins using correct libdir
Diffstat (limited to 'plugins/tcl')
-rw-r--r-- | plugins/tcl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tcl/Makefile.am b/plugins/tcl/Makefile.am index 804fc83b..da2eb74b 100644 --- a/plugins/tcl/Makefile.am +++ b/plugins/tcl/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST=printevents.h tclplugin.h README -libdir = $(xchatlibdir)/plugins +libdir = $(hexchatlibdir)/plugins lib_LTLIBRARIES = tcl.la tcl_la_SOURCES = tclplugin.c |