8 lines
167 B
Text
8 lines
167 B
Text
|
libdir = $(xchatdir)/plugins
|
||
|
|
||
|
lib_LTLIBRARIES = xdcc.la
|
||
|
xdcc_la_SOURCES = xdcc.c
|
||
|
xdcc_la_LDFLAGS = -avoid-version -module
|
||
|
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|
||
|
|