summary refs log tree commit diff stats
path: root/src/gtk2-prefs
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 14:43:41 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 14:43:41 +0100
commitedbec158d41f95324a1f8e90808fd8257cc94692 (patch)
treea6bf853919423af19cf73fc30f9fca4a07bab28d /src/gtk2-prefs
parent7b8ffc6ee194e3399d6df3170e59cad42513da6e (diff)
Fix escapes in readme
Diffstat (limited to 'src/gtk2-prefs')
0 files changed, 0 insertions, 0 deletions
orxchat.git/commit/plugins/Makefile.am?h=fe-web&id=62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5'>62c9375b ^
4a6ceffb ^
62c9375b ^
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


















                                                        



              



              



                    



                      



                    
                                                   
                                                                                                              
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
EXTRA_DIST = plugin20.html Make.plugin plugin-conf.in \
				xdcc/xdcc.c \
				xdcc/Makefile.am

noinst_HEADERS = xchat-plugin.h

if DO_PYTHON
pythondir = python
endif

if DO_PERL
perldir = perl
endif

if DO_TCL
tcldir = tcl
endif

if DO_SASL
sasldir = sasl
endif

if DO_DOAT
doatdir = doat
endif

if DO_FISHLIM
fishlimdir = fishlim
endif

if DO_CHECKSUM
checksumdir = checksum
endif

if DO_SYSINFO
sysinfodir = sysinfo
endif

#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)