Revision: 1656
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1656&view=rev
Author:   tmzullinger
Date:     2007-07-27 12:25:23 -0700 (Fri, 27 Jul 2007)

Log Message:
-----------
s/top_srcdir/top_builddir to fix make distcheck

Modified Paths:
--------------
    libgpod/branches/bug-1723660/ChangeLog
    libgpod/branches/bug-1723660/bindings/python/gpod.i.in

Modified: libgpod/branches/bug-1723660/ChangeLog
===================================================================
--- libgpod/branches/bug-1723660/ChangeLog      2007-07-27 02:22:31 UTC (rev 
1655)
+++ libgpod/branches/bug-1723660/ChangeLog      2007-07-27 19:25:23 UTC (rev 
1656)
@@ -1,3 +1,8 @@
+2007-07-27  Todd Zullinger  <tmzullinger at users.sourceforge.net>
+
+       * bindings/python/gpod.i.in:
+         s/top_srcdir/top_builddir to fix make distcheck
+
 2007-07-13  Nicholas Piper  <nicholas at users.sourceforge.net>
 
        * bindings/python/ipod.py (Track.set_coverart_from_file): Rename

Modified: libgpod/branches/bug-1723660/bindings/python/gpod.i.in
===================================================================
--- libgpod/branches/bug-1723660/bindings/python/gpod.i.in      2007-07-27 
02:22:31 UTC (rev 1655)
+++ libgpod/branches/bug-1723660/bindings/python/gpod.i.in      2007-07-27 
19:25:23 UTC (rev 1656)
@@ -47,7 +47,7 @@
 
 %module(docstring=DOCSTRING) gpod
 %{
-#include "@top_srcdir@/config.h"
+#include "@top_builddir@/config.h"
 #include "db-artwork-debug.h" 
 #include "db-artwork-parser.h" 
 #include "db-image-parser.h" 
@@ -304,7 +304,7 @@
 %}
 
 %include "gpod_doc.i"
-%include "@top_srcdir@/config.h"
+%include "@top_builddir@/config.h"
 
 # be nicer to decode these utf8 strings into Unicode objects in the C
 # layer. Here we are leaving it to the Python side, and just giving


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to