summary refs log tree commit diff stats
path: root/plugins/sasl/Makefile.am
blob: 1d0b32fb25debe80c2705216d3202a9ea4b67708 (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)/../../src/common