2011-02-23 22:14:30 -05:00
|
|
|
|
2012-10-30 06:35:39 -04:00
|
|
|
EXTRA_DIST=alt_completion.pl generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
|
|
|
|
lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
|
2011-02-23 22:14:30 -05:00
|
|
|
|
2013-04-15 09:48:19 -04:00
|
|
|
libdir = $(hexchatlibdir)
|
2011-02-23 22:14:30 -05:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = perl.la
|
|
|
|
perl_la_SOURCES = perl.c
|
|
|
|
perl_la_LDFLAGS = -avoid-version -module
|
|
|
|
perl_la_LIBADD = $(PERL_LDFLAGS)
|
|
|
|
BUILT_SOURCES = xchat.pm.h irc.pm.h
|
|
|
|
#CFLAGS = @CFLAGS@ -Wno-unused
|
2012-10-29 23:06:57 -04:00
|
|
|
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
|
2011-02-23 22:14:30 -05:00
|
|
|
CLEANFILES = xchat.pm.h irc.pm.h
|
|
|
|
xchat.pm.h irc.pm.h: lib/Xchat.pm lib/Xchat/Embed.pm \
|
|
|
|
lib/Xchat/List/Network.pm lib/Xchat/List/Network/Entry.pm \
|
|
|
|
lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
|
|
|
|
perl generate_header
|