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.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/sasl/Makefile.am b/plugins/sasl/Makefile.am
deleted file mode 100644
index 1d0b32fb..00000000
--- a/plugins/sasl/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-libdir = $(hexchatlibdir)/plugins
-
-lib_LTLIBRARIES = sasl.la
-sasl_la_SOURCES = sasl.c
-sasl_la_LDFLAGS = -avoid-version -module 
-sasl_la_LIBADD = 
-AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
-