summary refs log tree commit diff stats
path: root/plugins/doat/Makefile.am
blob: a04d2863b86baf5cc8cee5759b0a50b2e2676082 (plain) (blame)
1
2
3
4
5
6
7
8
libdir = $(hexchatlibdir)

lib_LTLIBRARIES = doat.la
doat_la_SOURCES = doat.c
doat_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
doat_la_LIBADD = $(GLIB_LIBS)
doat_la_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/src/common