[gnome-panel] clock: fix libpanel-util/panel-color.h include



commit 19d1bdee841b11fc340c97aae20e10f179643ff3
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Sep 3 23:42:59 2014 +0300

    clock: fix libpanel-util/panel-color.h include

 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 1180864..8ac2010 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]