1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/plugins/checksum/Makefile.am

8 lines
212 B
Makefile
Raw Normal View History

libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = checksum.la
checksum_la_SOURCES = checksum.c
checksum_la_LDFLAGS = -avoid-version -module
checksum_la_LIBADD =
2012-10-13 16:26:35 -04:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..