fixed plugins using correct libdir

This commit is contained in:
TingPing 2012-07-14 02:22:24 -05:00
parent 91ac20c076
commit a19fc013a5
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ EXTRA_DIST=alt_completion.pl xchat2-perldocs.html xchat2-perl.html \
lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm \
lib/IRC.pm
libdir = $(xchatlibdir)/plugins
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = perl.la
perl_la_SOURCES = perl.c

View File

@ -1,6 +1,6 @@
EXTRA_DIST =
libdir = $(xchatlibdir)/plugins
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = python.la
python_la_SOURCES = python.c

View File

@ -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