commit 2c14ef62dc020296f929e29e494f8a42b41ca4c5
Author: Daniele Forsi <dani...@forsi.it>
Date:   Tue Jan 11 01:11:04 2011 +0100

    Build fixes
    
    * libgtkpod/file.h
    * libgtkpod/gp_spl.h
     * Do not add path when including files that are in the same directory
       to fix make distcheck and for consistency with other files.
    
    * plugins/plugins.mk
     * Plugins need to find includes in libgtkpod directory during VPATH
       builds and make distcheck.

 libgtkpod/file.h   |    2 +-
 libgtkpod/gp_spl.h |    2 +-
 plugins/plugins.mk |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgtkpod/file.h b/libgtkpod/file.h
index 8260017..a11ddcf 100644
--- a/libgtkpod/file.h
+++ b/libgtkpod/file.h
@@ -37,7 +37,7 @@
 #include <gtk/gtk.h>
 #include <stdio.h>
 #include "itdb.h"
-#include "libgtkpod/filetype_iface.h"
+#include "filetype_iface.h"
 
 /* Don't change the order of this enum -- when exporting playlists the
    file requester depends on having these in order because the toggle
diff --git a/libgtkpod/gp_spl.h b/libgtkpod/gp_spl.h
index 665da43..d17ef02 100644
--- a/libgtkpod/gp_spl.h
+++ b/libgtkpod/gp_spl.h
@@ -33,7 +33,7 @@
 #  include <config.h>
 #endif
 
-#include "libgtkpod/itdb.h"
+#include "itdb.h"
 
 void spl_edit_new (iTunesDB *itdb, gchar *name, gint32 pos);
 void spl_edit(Playlist *spl);
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index 3776046..313d489 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
     -DGTKPOD_UI_DIR=\"$(gtkpod_ui_dir)\" \
     -DPACKAGE_DATA_DIR=\"$(datadir)\" \
     -DPACKAGE_SRC_DIR=\"$(srcdir)\" \
+    -I$(top_srcdir)\
     $(GTKPOD_CFLAGS)
 
 # Where to install the plugin

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to