mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 08:25:04 -04:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
EXTRA_DIST =
|
|
|
|
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)/..
|
|
|