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



commit d7402afed62cb8b82bac990dced936e51e2f8fdf
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 1 01:25:40 2015 -0700

    build: include vte cflags/libs

 plugins/terminal/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/terminal/Makefile.am b/plugins/terminal/Makefile.am
index 197be1e..5232337 100644
--- a/plugins/terminal/Makefile.am
+++ b/plugins/terminal/Makefile.am
@@ -32,6 +32,7 @@ nodist_libterminal_la_SOURCES = \
 
 libterminal_la_CFLAGS = \
        $(BUILDER_CFLAGS) \
+       $(VTE_CFLAGS) \
        -I$(top_srcdir)/libide \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/app \
@@ -45,6 +46,7 @@ libterminal_la_CFLAGS = \
 
 libterminal_la_LIBADD = \
        $(BUILDER_LIBS) \
+       $(VTE_LIBS) \
        $(NULL)
 
 libterminal_la_LDFLAGS = \


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