summary refs log tree commit diff stats
path: root/plugins/checksum/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 14:50:58 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 14:50:58 +0200
commit1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 (patch)
tree29441043864f7fd2615146d38d02e6da19c3ddb4 /plugins/checksum/Makefile.am
parentd3effc806f79555f0e002d07a4a8a81becbc830f (diff)
Checksum Unix support and configure.in cosmetics
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)/..