From bfe0af69fabd2ad6d3ef24b5e914714b352b850c Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 5 Sep 2016 03:59:21 -0400 Subject: [PATCH] fishlim: Remove outdated INSTALL file --- plugins/fishlim/INSTALL | 16 ---------------- plugins/fishlim/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 plugins/fishlim/INSTALL diff --git a/plugins/fishlim/INSTALL b/plugins/fishlim/INSTALL deleted file mode 100644 index d0d61ff8..00000000 --- a/plugins/fishlim/INSTALL +++ /dev/null @@ -1,16 +0,0 @@ - -Install dependencies (on Debian/Ubuntu): - - sudo apt-get install build-essential libglib2.0-dev libssl-dev - - -Build the plugin with: - - make - - -Install with: - - sudo make install - - diff --git a/plugins/fishlim/Makefile.am b/plugins/fishlim/Makefile.am index fdf47051..96069069 100644 --- a/plugins/fishlim/Makefile.am +++ b/plugins/fishlim/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = INSTALL LICENSE fish.h irc.h keystore.h plugin_hexchat.h dh1080.h +EXTRA_DIST = LICENSE fish.h irc.h keystore.h plugin_hexchat.h dh1080.h libdir = $(hexchatlibdir)