mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
fixed plugins using correct libdir
This commit is contained in:
parent
91ac20c076
commit
a19fc013a5
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
EXTRA_DIST =
|
||||
|
||||
libdir = $(xchatlibdir)/plugins
|
||||
libdir = $(hexchatlibdir)/plugins
|
||||
|
||||
lib_LTLIBRARIES = python.la
|
||||
python_la_SOURCES = python.c
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user