From dba19a961bb0ba3f0d28eee20980ea808a70289d Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 28 Aug 2016 21:18:44 -0400 Subject: fishlim: Add /keyx for DH1080 key exchange Losely based upon work from PR #1440 Fixes #653 --- plugins/fishlim/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/fishlim/Makefile.am') diff --git a/plugins/fishlim/Makefile.am b/plugins/fishlim/Makefile.am index 95498bf5..fdf47051 100644 --- a/plugins/fishlim/Makefile.am +++ b/plugins/fishlim/Makefile.am @@ -1,9 +1,9 @@ -EXTRA_DIST = INSTALL LICENSE fish.h irc.h keystore.h plugin_hexchat.h +EXTRA_DIST = INSTALL LICENSE fish.h irc.h keystore.h plugin_hexchat.h dh1080.h libdir = $(hexchatlibdir) lib_LTLIBRARIES = fishlim.la -fishlim_la_SOURCES = fish.c irc.c keystore.c plugin_hexchat.c +fishlim_la_SOURCES = fish.c irc.c keystore.c plugin_hexchat.c dh1080.c fishlim_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module fishlim_la_LIBADD = $(GLIB_LIBS) $(OPENSSL_LIBS) fishlim_la_CPPFLAGS = -I$(top_srcdir)/src/common -- cgit 1.4.1