← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ken-vandine/indicator-sound/extra_dist into lp:indicator-sound

 

Ken VanDine has proposed merging lp:~ken-vandine/indicator-sound/extra_dist into lp:indicator-sound.

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)


Added autogen.sh to EXTRA_DIST and removed extra COPYING.LGPL file
-- 
https://code.launchpad.net/~ken-vandine/indicator-sound/extra_dist/+merge/19156
Your team ayatana-commits is subscribed to branch lp:indicator-sound.
=== modified file 'Makefile.am'
--- Makefile.am	2010-01-27 13:21:02 +0000
+++ Makefile.am	2010-02-12 03:10:34 +0000
@@ -4,7 +4,7 @@
     data \
 	po
 
-EXTRA_DIST = COPYING.LGPL
+EXTRA_DIST = autogen.sh
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
 

=== modified file 'autogen.sh'
--- autogen.sh	2010-01-27 13:21:02 +0000
+++ autogen.sh	2010-02-12 03:10:34 +0000
@@ -9,3 +9,4 @@
 
 USE_GNOME2_MACROS=1 \
 . gnome-autogen.sh
+


Follow ups