blob: 2324450cf25452f352bb151afc2866d0808f6bc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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)/..
|