changeset 16803:42740b3fe5a2

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.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 03 May 2007 02:59:12 +0000
parents ffd962a5d9dc
children 402be2b9d246
files libpurple/plugins/perl/Makefile.am
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \