summary refs log tree commit diff stats
path: root/plugins/sasl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sasl/Makefile.am')
-rw-r--r--plugins/sasl/Makefile.am10
1 files changed, 10 insertions, 0 deletions
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)/..
+