[ekiga] Fixed plugin compilation after the friend-or-foe work



commit 5eb663eabae0563c679be48a6a1c86f51cdaa496
Author: Julien Puydt <julien puydt laposte net>
Date:   Tue Jul 8 09:10:30 2014 +0200

    Fixed plugin compilation after the friend-or-foe work

 plugins/avahi/Makefile.am     |    1 +
 plugins/libnotify/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/avahi/Makefile.am b/plugins/avahi/Makefile.am
index fa6701f..82bcd51 100644
--- a/plugins/avahi/Makefile.am
+++ b/plugins/avahi/Makefile.am
@@ -2,6 +2,7 @@ plugin_LTLIBRARIES = libgmavahi.la
 
 AM_CXXFLAGS = \
        $(BOOST_CPPFLAGS) $(AVAHI_CFLAGS) \
+       -I$(top_srcdir)/lib/engine \
        -I$(top_srcdir)/lib/engine/framework \
        -I$(top_srcdir)/lib/engine/account \
        -I$(top_srcdir)/lib/engine/presence \
diff --git a/plugins/libnotify/Makefile.am b/plugins/libnotify/Makefile.am
index df0a841..b7ca344 100644
--- a/plugins/libnotify/Makefile.am
+++ b/plugins/libnotify/Makefile.am
@@ -2,6 +2,7 @@ plugin_LTLIBRARIES = libgmlibnotify.la
 
 AM_CXXFLAGS = \
        $(BOOST_CPPFLAGS) $(NOTIFY_CFLAGS) \
+       -I$(top_srcdir)/lib/engine \
        -I$(top_srcdir)/lib/engine/framework \
        -I$(top_srcdir)/lib/engine/notification \
        -I$(top_srcdir)/lib/engine/protocol


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