← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~cjcurran/indicator-sound/more-distcheckfixes into lp:indicator-sound

 

Conor Curran has proposed merging lp:~cjcurran/indicator-sound/more-distcheckfixes into lp:indicator-sound.

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


make the vapi path in the makefile.am absolute and not relative
-- 
https://code.launchpad.net/~cjcurran/indicator-sound/more-distcheckfixes/+merge/28213
Your team ayatana-commits is subscribed to branch lp:indicator-sound.
=== modified file 'src/Makefile.am'
--- src/Makefile.am	2010-06-21 11:25:46 +0000
+++ src/Makefile.am	2010-06-22 17:02:30 +0000
@@ -64,7 +64,7 @@
   -H music-player-bridge.h -d . \
   --library music-bridge \
   --vapidir=./ \
-  --vapidir=../vapi/ \
+  --vapidir=$(top_srcdir)/vapi/ \
   --thread \
   --pkg gee-1.0 \
   --pkg Indicate-0.2 \


Follow ups