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

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