2012-07-17 13:19:48 -04:00
|
|
|
libdir = $(hexchatlibdir)/plugins
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = sasl.la
|
|
|
|
sasl_la_SOURCES = sasl.c
|
|
|
|
sasl_la_LDFLAGS = -avoid-version -module
|
|
|
|
sasl_la_LIBADD =
|
2012-10-13 16:26:35 -04:00
|
|
|
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..
|
2012-07-17 13:19:48 -04:00
|
|
|
|