summary refs log tree commit diff stats
path: root/data/man
ModeNameSize
-rw-r--r--Makefile.am21log stats plain blame
-rw-r--r--hexchat.11222log stats plain blame
@aol.com> 2011-02-24 04:14:30 +0100 add xchat r1489' href='/git-repos/torxchat.git/commit/plugins/mailcheck/Makefile.am?h=feature/tls-srp&id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
















                                                                       
                              






                                              
## Process with automake to produce Makefile.in

# To create a standalone tarball of your plugin run the plugin_dist
# target.  Note: you must configure the main source tree with
# --enable-maintainer-mode

# These two must be defined.
PLUGIN=mailcheck
PLUGIN_VERSION=0.1

# This file must be in the form PLUGIN-config.h.in, it can be empty but
# must exist
EXTRA_DIST = mailcheck-config.h.in

# Remember to include this line in your Makefile.am
include @top_srcdir@/plugins/Make.plugin

libdir = $(hexchatdir)/plugins

lib_LTLIBRARIES = mailcheck.la
mailcheck_la_SOURCES = mailcheck.c
mailcheck_la_LDFLAGS = -avoid-version -module 
INCLUDES = $(COMMON_CFLAGS) $(PLUGIN_INCLUDES)

DISTCLEANFILES = pg_dir/*