blob: b119ee958e9c025d274eb3647d1d376f3821f6fe (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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)/..
|