mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
77cad8e716
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c
8 lines
161 B
Makefile
8 lines
161 B
Makefile
libdir = $(hexchatdir)
|
|
|
|
lib_LTLIBRARIES = xdcc.la
|
|
xdcc_la_SOURCES = xdcc.c
|
|
xdcc_la_LDFLAGS = -avoid-version -module
|
|
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
|
|
|