[gnome-builder] build: link against libide-1.0.la directly



commit 2dd96473dd11a9bb990498ff66b5dfb795cf0e91
Author: Christian Hergert <christian hergert me>
Date:   Sun Sep 6 17:38:49 2015 -0700

    build: link against libide-1.0.la directly
    
    Should fix some tools compile issues on ubuntu.

 tools/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5a72c74..31ffdab 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -9,6 +9,7 @@ tools_cflags = \
 
 tools_libs = \
        $(LIBIDE_LIBS) \
+       $(top_builddir)/libide/libide-1.0.la \
        $(top_builddir)/src/libgnome-builder.la \
        $(NULL)
 


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