mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-01 07:55:06 -04: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)/..
|
|
|