mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 18:52:39 +01:00
9 lines
207 B
Makefile
9 lines
207 B
Makefile
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
|
|
|