diff options
author | TingPing <tingping@tingping.se> | 2013-01-09 21:01:13 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-01-09 21:01:13 -0500 |
commit | ed786843de94359a0f3dd9ccea1d3796c3a33d12 (patch) | |
tree | 7cd58c9ad6cb490e90c1e2b5b11e2ee004ffda19 /plugins/sasl/Makefile.am | |
parent | 285ddd0b60974bebbee6ea6168bf8d53262f6145 (diff) |
remove old sasl plugin
Diffstat (limited to 'plugins/sasl/Makefile.am')
-rw-r--r-- | plugins/sasl/Makefile.am | 8 |
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 - |