[totem/gnome-3-10] main: Add a few missing header include paths



commit dd86c2907d51d3270e1958cce87006e88038146d
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 31 16:20:11 2013 +0200

    main: Add a few missing header include paths
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702631
    
    Conflicts:
        src/Makefile.am

 src/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index f4e9b1b..ec291e8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,7 +98,8 @@ libtotem_la_CPPFLAGS = \
 
 libtotem_la_CFLAGS = \
        $(PLAYER_CFLAGS)                \
-       $(AM_CFLAGS)
+       $(AM_CFLAGS)                    \
+       -I$(srcdir)/gst/
 
 libtotem_la_LDFLAGS = \
        -export-dynamic \
@@ -143,6 +144,7 @@ totem_CPPFLAGS = \
 
 totem_CFLAGS =                 \
        $(PLAYER_CFLAGS)        \
+       -I$(srcdir)/gst/        \
        $(AM_CFLAGS)
 
 totem_LDADD =          \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]