diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 14:50:58 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 14:50:58 +0200 |
commit | 1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 (patch) | |
tree | 29441043864f7fd2615146d38d02e6da19c3ddb4 /plugins/checksum/Makefile.am | |
parent | d3effc806f79555f0e002d07a4a8a81becbc830f (diff) |
Checksum Unix support and configure.in cosmetics
Diffstat (limited to 'plugins/checksum/Makefile.am')
-rw-r--r-- | plugins/checksum/Makefile.am | 9 |
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)/.. |