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

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