summary refs log blame commit diff stats
path: root/plugins/checksum/Makefile.am
blob: 747d5de4c7d6f41ac6a76910e15faf0ee0b1d614 (plain) (tree)
1
2
3
4
5
6
7
8
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)/..