1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-20 04:31:52 -05:00
hexchat/plugins/doat/Makefile.am

11 lines
205 B
Makefile
Raw Normal View History

2012-07-17 19:47:19 +02:00
EXTRA_DIST =
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = doat.la
doat_la_SOURCES = doat.c
doat_la_LDFLAGS = -avoid-version -module
doat_la_LIBADD =
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..