mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 23:45:07 -04:00
8 lines
226 B
Makefile
8 lines
226 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)/../../src/common
|