From bcebba3a2f653093c1e89b17b43c9038129a9227 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 31 Oct 2015 19:39:59 +0000 Subject: [PATCH] Add IRC library to the install rules. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ecde9d2d0a..ea4c1937a7 100644 --- a/Makefile +++ b/Makefile @@ -369,6 +369,7 @@ install-core: default @$(INSTALL_PROGRAM) MaxMind.GeoIP2.dll "$(DATA_INSTALL_DIR)" @$(INSTALL_PROGRAM) Newtonsoft.Json.dll "$(DATA_INSTALL_DIR)" @$(INSTALL_PROGRAM) RestSharp.dll "$(DATA_INSTALL_DIR)" + @$(INSTALL_PROGRAM) SmarIrc4net.dll "$(DATA_INSTALL_DIR)" ifneq ($(UNAME_S),Darwin) @$(CP) *.sh "$(DATA_INSTALL_DIR)"