[gnome-panel] This partially fixes 'make distcheck'



commit e599b046d9bbfab261ae9f2d5266def22b8a06f9
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri May 30 23:51:00 2014 +0200

    This partially fixes 'make distcheck'
    
     * With this fix 'make distcheck' will continue
       a little further before it fails.
     * The error that this commit fixes was introduced
       by commit: 9bc6d3cd8518b81a905a08c343c2607be9340056

 applets/clock/Makefile.am |    2 ++
 applets/clock/clock-map.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/applets/clock/Makefile.am b/applets/clock/Makefile.am
index d99375a..0af64cb 100644
--- a/applets/clock/Makefile.am
+++ b/applets/clock/Makefile.am
@@ -52,6 +52,8 @@ CLOCK_CPPFLAGS =                                              \
        $(CLOCK_EDS_CFLAGS)                                     \
        -I$(srcdir)/../../libpanel-applet                       \
        -I$(top_builddir)/libpanel-applet                       \
+       -I$(srcdir)/../../gnome-panel               \
+       -I$(top_builddir)/gnome-panel               \
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
        -DCLOCK_EDS_ICONDIR="\"$(CLOCK_EDS_ICONDIR)\""          \
        -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE
diff --git a/applets/clock/clock-map.c b/applets/clock/clock-map.c
index 19178d4..0d6e571 100644
--- a/applets/clock/clock-map.c
+++ b/applets/clock/clock-map.c
@@ -8,7 +8,7 @@
 #include <gtk/gtk.h>
 #include <math.h>
 
-#include <gnome-panel/libpanel-util/panel-color.h>
+#include <libpanel-util/panel-color.h>
 
 #include "clock.h"
 #include "clock-map.h"


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