mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
libdir = $(xchatdir)/plugins
|
|
|
|
lib_LTLIBRARIES = xdcc.la
|
|
xdcc_la_SOURCES = xdcc.c
|
|
xdcc_la_LDFLAGS = -avoid-version -module
|
|
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|
|
|