c.sexchat/plugins/xdcc/Makefile.am

8 lines
167 B
Makefile
Raw Normal View History

2011-02-24 04:14:30 +01:00
libdir = $(xchatdir)/plugins
lib_LTLIBRARIES = xdcc.la
xdcc_la_SOURCES = xdcc.c
xdcc_la_LDFLAGS = -avoid-version -module
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..