summary refs log tree commit diff stats
path: root/plugins/checksum/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/checksum/Makefile.am')
-rw-r--r--plugins/checksum/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am
new file mode 100644
index 00000000..747d5de4
--- /dev/null
+++ b/plugins/checksum/Makefile.am
@@ -0,0 +1,9 @@
+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)/..