mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-29 20:52:16 -05:00
Merge pull request #2 from TingPing/master
Update scripting interfaces to use correct libdir
This commit is contained in:
commit
5749eee43c
@ -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/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm \
|
||||||
lib/IRC.pm
|
lib/IRC.pm
|
||||||
|
|
||||||
libdir = $(xchatlibdir)/plugins
|
libdir = $(hexchatlibdir)/plugins
|
||||||
|
|
||||||
lib_LTLIBRARIES = perl.la
|
lib_LTLIBRARIES = perl.la
|
||||||
perl_la_SOURCES = perl.c
|
perl_la_SOURCES = perl.c
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
AC_INIT(@PLUGIN@-config.h.in)
|
AC_INIT(@PLUGIN@-config.h.in)
|
||||||
AM_CONFIG_HEADER(@PLUGIN@-config.h)
|
AM_CONFIG_HEADER(@PLUGIN@-config.h)
|
||||||
AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
|
AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
|
||||||
@ -12,8 +11,8 @@ AC_ARG_WITH(plugin-includes,
|
|||||||
|
|
||||||
AC_SUBST(PLUGIN_INCLUDES)
|
AC_SUBST(PLUGIN_INCLUDES)
|
||||||
|
|
||||||
xchatlibdir=${libdir}/xchat
|
hexchatlibdir=${libdir}/hexchat
|
||||||
AC_SUBST(xchatlibdir)
|
AC_SUBST(hexchatlibdir)
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|
||||||
libdir = $(xchatlibdir)/plugins
|
libdir = $(hexchatlibdir)/plugins
|
||||||
|
|
||||||
lib_LTLIBRARIES = python.la
|
lib_LTLIBRARIES = python.la
|
||||||
python_la_SOURCES = python.c
|
python_la_SOURCES = python.c
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
EXTRA_DIST=printevents.h tclplugin.h README
|
EXTRA_DIST=printevents.h tclplugin.h README
|
||||||
|
|
||||||
libdir = $(xchatlibdir)/plugins
|
libdir = $(hexchatlibdir)/plugins
|
||||||
|
|
||||||
lib_LTLIBRARIES = tcl.la
|
lib_LTLIBRARIES = tcl.la
|
||||||
tcl_la_SOURCES = tclplugin.c
|
tcl_la_SOURCES = tclplugin.c
|
||||||
|
Loading…
Reference in New Issue
Block a user