From 2044a9568ccccad5e970853aca85f33be0131adc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 17 Jul 2012 19:47:19 +0200 Subject: Add make support for Do At on Unix --- plugins/doat/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/doat/Makefile.am (limited to 'plugins/doat') diff --git a/plugins/doat/Makefile.am b/plugins/doat/Makefile.am new file mode 100644 index 00000000..8be75450 --- /dev/null +++ b/plugins/doat/Makefile.am @@ -0,0 +1,10 @@ +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)/.. + -- cgit 1.4.1