summary refs log tree commit diff stats
path: root/plugins/xdcc/Makefile.am
blob: 24f93f164755342ddb26a34b7a8663b748edb054 (plain) (blame)
1
2
3
4
5
6
7
libdir = $(xchatdir)/plugins

lib_LTLIBRARIES = xdcc.la
xdcc_la_SOURCES = xdcc.c
xdcc_la_LDFLAGS = -avoid-version -module 
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..