mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
add xchat r1489
This commit is contained in:
21
plugins/Makefile.am
Normal file
21
plugins/Makefile.am
Normal file
@@ -0,0 +1,21 @@
|
||||
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
|
||||
EXTRA_DIST = plugin20.html Make.plugin plugin-conf.in \
|
||||
xdcc/xdcc.c \
|
||||
xdcc/Makefile.am
|
||||
|
||||
noinst_HEADERS = xchat-plugin.h
|
||||
|
||||
if DO_PYTHON
|
||||
pythondir = python
|
||||
endif
|
||||
|
||||
if DO_PERL
|
||||
perldir = perl
|
||||
endif
|
||||
|
||||
if DO_TCL
|
||||
tcldir = tcl
|
||||
endif
|
||||
|
||||
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
|
||||
SUBDIRS = . $(pythondir) $(perldir) $(tcldir)
|
||||
Reference in New Issue
Block a user