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

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