blob: d6f7479730672e4a0452ee4ae8c97d7a8739e86c (
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 =
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|