From 1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 10:51:22 +0200 Subject: Add make support for FiSHLiM on Unix --- plugins/fishlim/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/fishlim/Makefile.am (limited to 'plugins/fishlim/Makefile.am') 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)/.. -- cgit 1.4.1