mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
8 lines
169 B
Makefile
8 lines
169 B
Makefile
libdir = $(hexchatdir)/plugins
|
|
|
|
lib_LTLIBRARIES = xdcc.la
|
|
xdcc_la_SOURCES = xdcc.c
|
|
xdcc_la_LDFLAGS = -avoid-version -module
|
|
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|
|
|