Fix another perl cleanup failure release-2.x.y

Mon, 24 Feb 2014 15:43:08 +0100

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Mon, 24 Feb 2014 15:43:08 +0100
branch
release-2.x.y
changeset 35602
ba59da68fb79
parent 35601
ced9b5336f86
child 35604
526382eb34de
child 35616
bf491142b9ce
child 35617
c9069e0e3c36

Fix another perl cleanup failure

libpurple/plugins/perl/Makefile.am file | annotate | diff | comparison | revisions
pidgin/plugins/perl/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/plugins/perl/Makefile.am	Mon Feb 24 15:16:21 2014 +0100
+++ b/libpurple/plugins/perl/Makefile.am	Mon Feb 24 15:43:08 2014 +0100
@@ -137,7 +137,7 @@
 		$(MAKE) clean; \
 		cd ..; \
 	done
-	cd common ; rm -rf *.c *.o pm_to_blib Purple.bs blib/*/.exists blib/*/auto/Purple blib/*/Purple.*pm ; cd ..
+	cd common ; rm -rf *.c *.o pm_to_blib Purple.bs MYMETA.* blib/*/.exists blib/*/auto/Purple blib/*/Purple.*pm ; cd ..
 	rm -f *.so
 
 distclean-generic:
--- a/pidgin/plugins/perl/Makefile.am	Mon Feb 24 15:16:21 2014 +0100
+++ b/pidgin/plugins/perl/Makefile.am	Mon Feb 24 15:43:08 2014 +0100
@@ -82,7 +82,7 @@
 		$(MAKE) clean; \
 		cd ..; \
 	done
-	cd common ; rm -rf *.c *.o pm_to_blib Pidgin.bs blib/*/.exists blib/*/auto/Pidgin blib/*/Pidgin.*pm ; cd ..
+	cd common ; rm -rf *.c *.o pm_to_blib Pidgin.bs MYMETA.* blib/*/.exists blib/*/auto/Pidgin blib/*/Pidgin.*pm ; cd ..
 	rm -f *.so
 
 distclean-generic:

mercurial