10 lines
246 B
Makefile
10 lines
246 B
Makefile
|
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)/..
|