1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-20 12:41:52 -05:00
hexchat/plugins/xdcc/Makefile.am

8 lines
169 B
Makefile
Raw Normal View History

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