summary refs log tree commit diff stats
path: root/plugins/plugin-conf.in
AgeCommit message (Expand)Author
2012-07-14Update masterTingPing
2011-02-24add xchat r1489berkeviktor@aol.com
bf07798fa1273f5b2bff74b8bc4f7'>^
4a6ceffb ^








1f84c507 ^
ce5653d7 ^



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

                                                         
                           








                 
                                     



              
## Process this file with automake to produce Makefile.in

EXTRA_DIST = version-script

if DO_TEXT
text_fe = fe-text
endif

if DO_GTK
gtk_fe = fe-gtk
endif

SUBDIRS = common $(gtk_fe) $(text_fe)

if WITH_TM
SUBDIRS += htm
endif