summary refs log tree commit diff stats
path: root/plugins/fishlim/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 10:51:22 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 10:51:22 +0200
commit1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 (patch)
tree3b72159f6433e076880b5350d61c46d1a2b68fab /plugins/fishlim/Makefile.am
parent0cf80ecb321f493e3e35d544a970def9dab4f96a (diff)
Add make support for FiSHLiM on Unix
Diffstat (limited to 'plugins/fishlim/Makefile.am')
-rw-r--r--plugins/fishlim/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/fishlim/Makefile.am b/plugins/fishlim/Makefile.am
new file mode 100644
index 00000000..951af6cd
--- /dev/null
+++ b/plugins/fishlim/Makefile.am
@@ -0,0 +1,9 @@
+EXTRA_DIST = INSTALL LICENSE README
+
+libdir = $(hexchatlibdir)/plugins
+
+lib_LTLIBRARIES = fishlim.la
+fishlim_la_SOURCES = fish.c irc.c keystore.c misc.c plugin_xchat.c
+fishlim_la_LDFLAGS = -avoid-version -module 
+fishlim_la_LIBADD = 
+INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..