[gnome-builder] build: builder still needs vte cflags/libs when compiling with VTE support



commit 5328ed3e75a5b91f068b6046283d2a3d99835937
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 1 01:26:04 2015 -0700

    build: builder still needs vte cflags/libs when compiling with VTE support

 src/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0b326b7..1ebdad3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -192,6 +192,7 @@ nodist_libgnome_builder_la_SOURCES = \
 libgnome_builder_la_LIBADD = \
        $(BUILDER_LIBS) \
        $(OPTIMIZE_LDFLAGS) \
+       $(VTE_LIBS) \
        $(top_builddir)/data/icons/hicolor/libicons.la \
        $(top_builddir)/libide/libide-1.0.la \
        $(top_builddir)/contrib/egg/libegg-private.la \
@@ -214,6 +215,7 @@ libgnome_builder_la_CFLAGS = \
        $(BUILDER_CFLAGS) \
        $(DEBUG_CFLAGS) \
        $(OPTIMIZE_CFLAGS) \
+       $(VTE_CFLAGS) \
        -I$(builddir)/resources \
        -I$(builddir)/util \
        -I$(srcdir)/app \


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