summary refs log tree commit diff stats
path: root/plugins/dns
ModeNameSize
-rw-r--r--dns.c7023log stats plain blame
-rw-r--r--dns.def52log stats plain blame
-rw-r--r--dns.vcxproj5842log stats plain blame
-rw-r--r--dns.vcxproj.filters1276log stats plain blame
-rw-r--r--dns.vcxproj.user143log stats plain blame
-rw-r--r--thread.c467log stats plain blame
-rw-r--r--thread.h202log stats plain blame
xchat r1489' href='/git-repos/torxchat.git/commit/plugins/perl/Makefile.am?h=feature/fork-branding&id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
fc98a6d7 ^
075cc61c ^



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




                                         
                                     
                              
                                                                          



                                                                         
                            
EXTRA_DIST=generate_header lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm lib/HexChat/List/Network.pm \
	lib/HexChat/List/Network/Entry.pm lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm

libdir = $(hexchatlibdir)

lib_LTLIBRARIES = perl.la
perl_la_SOURCES = perl.c
perl_la_LDFLAGS = -avoid-version -module 
perl_la_LIBADD = $(PERL_LDFLAGS)
BUILT_SOURCES = hexchat.pm.h irc.pm.h
#CFLAGS = @CFLAGS@ -Wno-unused
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
CLEANFILES = hexchat.pm.h irc.pm.h
hexchat.pm.h irc.pm.h: lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm \
	lib/HexChat/List/Network.pm lib/HexChat/List/Network/Entry.pm \
	lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm
	perl generate_header