mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
8 lines
212 B
Makefile
8 lines
212 B
Makefile
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)/..
|