summary refs log tree commit diff stats
path: root/src/fe-gtk/notifygui.h
AgeCommit message (Collapse)Author
2011-02-24add xchat r1489berkeviktor@aol.com
bviktor@hexchat.org> 2012-10-24 21:33:02 +0200 A lot more rebranding' href='/git-repos/torxchat.git/commit/plugins/plugin-conf.in?h=feature/flexible-cert&id=1a75c8e1be58a25510642605dcd40c5c65e9c3f3'>1a75c8e1 ^
4a6ceffb ^




1a75c8e1 ^
4a6ceffb ^



8d643d37 ^

4a6ceffb ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

                                   
                                                    




                            
                                                                  



                                   

                               



          
AC_INIT(@PLUGIN@-config.h.in)
AM_CONFIG_HEADER(@PLUGIN@-config.h)
AM_INIT_AUTOMAKE(hexchat-@PLUGIN@, @PLUGIN_VERSION@)
AM_MAINTAINER_MODE
AM_DISABLE_STATIC
AM_PROG_LIBTOOL

AC_ARG_WITH(plugin-includes,
[  --with-plugin-includes  directory containing hexchat-plugin.h],
	PLUGIN_INCLUDES=$enableval)

AC_SUBST(PLUGIN_INCLUDES)

hexchatlibdir=${libdir}/hexchat
AC_SUBST(hexchatlibdir)

AC_OUTPUT(
Makefile
)