mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
11 lines
205 B
Makefile
11 lines
205 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 =
|
||
|
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|
||
|
|