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

libdir = $(hexchatlibdir)/plugins

lib_LTLIBRARIES = doat.la
doat_la_SOURCES = doat.c
doat_la_LDFLAGS = -avoid-version -module 
doat_la_LIBADD = 
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..