diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-09-05 03:59:21 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-10-08 14:48:49 -0400 |
commit | bfe0af69fabd2ad6d3ef24b5e914714b352b850c (patch) | |
tree | e828fe21a58ccdd5a460f239e050f349c5d26e86 /plugins | |
parent | c81c89dc807ec351de8836d1c81395644eb89f28 (diff) |
fishlim: Remove outdated INSTALL file
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/fishlim/INSTALL | 16 | ||||
-rw-r--r-- | plugins/fishlim/Makefile.am | 2 |
2 files changed, 1 insertions, 17 deletions
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) |