Checksum Unix support and configure.in cosmetics

This commit is contained in:
Berke Viktor
2012-07-18 14:50:58 +02:00
parent d3effc806f
commit 1b0c07f8ea
4 changed files with 97 additions and 36 deletions

View File

@@ -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)/..