hexchat/plugins/sasl/Makefile.am

9 lines
207 B
Makefile
Raw Normal View History

2012-07-17 21: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-30 07:06:57 +04:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
2012-07-17 21:19:48 +04:00