summary refs log tree commit diff stats
path: root/plugins/checksum/Makefile.am
blob: 419c762f37ec60361a4c21b820e7d64d688de9f6 (plain) (blame)
1
2
3
4
5
6
7
libdir = $(hexchatlibdir)

lib_LTLIBRARIES = checksum.la
checksum_la_SOURCES = checksum.c
checksum_la_LDFLAGS = -avoid-version -module 
checksum_la_LIBADD = 
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common