# HG changeset patch # User Etan Reisner # Date 1178161152 0 # Node ID 42740b3fe5a23b043566470a68fb118cb2ae43aa # Parent ffd962a5d9dc793b1929c96b268c4c55a903f815 Add the function_list.pl script to the dist tarball. It's useful for people trying to write perl scripts and as a way to make sure that perl is working for people. diff -r ffd962a5d9dc -r 42740b3fe5a2 libpurple/plugins/perl/Makefile.am --- a/libpurple/plugins/perl/Makefile.am Thu May 03 01:30:12 2007 +0000 +++ b/libpurple/plugins/perl/Makefile.am Thu May 03 02:59:12 2007 +0000 @@ -77,10 +77,14 @@ # common/fallback/const-c.inc \ # common/fallback/const-xs.inc +perl_scripts = \ + scripts/function_list.pl + EXTRA_DIST = \ Makefile.mingw \ common/Makefile.mingw \ - $(common_sources) + $(common_sources) \ + $(perl_scripts) common/Makefile: common/Makefile.PL @if test "x${top_srcdir}" != "x${top_builddir}"; then \