[gnome-builder] build: include devhelp cflags/libs



commit 8d6976fc6d3b62cb2e1317c1db6c2c30946ac3eb
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 1 01:25:13 2015 -0700

    build: include devhelp cflags/libs

 plugins/devhelp/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/devhelp/Makefile.am b/plugins/devhelp/Makefile.am
index f7fb6ad..10032b4 100644
--- a/plugins/devhelp/Makefile.am
+++ b/plugins/devhelp/Makefile.am
@@ -28,6 +28,7 @@ libdevhelp_plugin_la_SOURCES = \
 
 libdevhelp_plugin_la_CFLAGS = \
        $(BUILDER_CFLAGS) \
+       $(DEVHELP_CFLAGS) \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/documents \
        -I$(top_srcdir)/src/search \
@@ -40,6 +41,7 @@ libdevhelp_plugin_la_CFLAGS = \
 
 libdevhelp_plugin_la_LIBADD = \
        $(BUILDER_LIBS) \
+       $(DEVHELP_LIBS) \
        $(top_builddir)/libide/libide-1.0.la \
        $(NULL)
 


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