From e5f4c4d217a35f5405dc1f2a6ff9f79e2ecad705 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 17 Jul 2012 19:19:48 +0200 Subject: Add make support for SASL on Unix --- plugins/sasl/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/sasl/Makefile.am (limited to 'plugins/sasl') diff --git a/plugins/sasl/Makefile.am b/plugins/sasl/Makefile.am new file mode 100644 index 00000000..d6f74797 --- /dev/null +++ b/plugins/sasl/Makefile.am @@ -0,0 +1,10 @@ +EXTRA_DIST = + +libdir = $(hexchatlibdir)/plugins + +lib_LTLIBRARIES = sasl.la +sasl_la_SOURCES = sasl.c +sasl_la_LDFLAGS = -avoid-version -module +sasl_la_LIBADD = +INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/.. + -- cgit 1.4.1