From 1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 14:50:58 +0200 Subject: Checksum Unix support and configure.in cosmetics --- plugins/checksum/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/checksum/Makefile.am (limited to 'plugins/checksum/Makefile.am') diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am new file mode 100644 index 00000000..747d5de4 --- /dev/null +++ b/plugins/checksum/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST = INSTALL LICENSE README + +libdir = $(hexchatlibdir)/plugins + +lib_LTLIBRARIES = checksum.la +checksum_la_SOURCES = checksum.c +checksum_la_LDFLAGS = -avoid-version -module +checksum_la_LIBADD = +INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/.. -- cgit 1.4.1