1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/plugins/xdcc/Makefile.am

8 lines
169 B
Makefile

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