From 62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 21 Oct 2012 08:06:09 +0200 Subject: Compilation fixes and integration with HexChat --- plugins/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 53c59bf9..4a9cee09 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -33,5 +33,9 @@ if DO_CHECKSUM checksumdir = checksum endif +if DO_SYSINFO +sysinfodir = sysinfo +endif + #SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc -SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) +SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir) -- cgit 1.4.1