summary refs log tree commit diff stats
path: root/win32/ext/openssl-wdk/build-x86.bat
AgeCommit message (Expand)Author
2012-05-13Update OpenSSL to 1.0.1cBerke Viktor
2012-05-04update openssl to 1.0.1bBerke Viktor
2
# 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)