summary refs log tree commit diff stats
path: root/plugins/perl/perl.def
blob: 8589b9cb4a2541f67f27e10ca30b73e1f555aa7c (plain) (blame)
1
2
3
4
EXPORTS
  hexchat_plugin_init
  hexchat_plugin_deinit
  hexchat_plugin_get_info
ariable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
## Process this file with automake to produce Makefile.in

EXTRA_DIST = fe-text/fe-text.c \
	fe-text/README fe-text/fe-text.h version-script

if DO_TEXT
text_fe = fe-text
endif

if DO_GTK
gtk_fe = fe-gtk
endif

SUBDIRS = pixmaps common $(gtk_fe) $(text_fe)