summary refs log tree commit diff stats
path: root/plugins/sasl/Makefile.am
blob: 0a9d169f87de96c253947626ee2d0c9bed83fd92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = 

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)/..