[gnome-builder] tools: cleanup build



commit 171a7e1d86206999710f4050223abf111cbdb0e4
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jul 17 23:56:00 2016 -0700

    tools: cleanup build

 tools/Makefile.am |   29 +++++++----------------------
 1 files changed, 7 insertions(+), 22 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index a226177..4161ce7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,30 +1,15 @@
-tools_PROGRAMS =
-
-tools_cflags = \
-       -I$(top_srcdir)/libide \
-       -I$(top_builddir)/libide \
-       -I$(top_srcdir)/src/util \
-       $(LIBIDE_CFLAGS) \
-       $(NULL)
-
-tools_libs = \
-       $(LIBIDE_LIBS) \
-       $(top_builddir)/libide/libide-1.0.la \
-       $(top_builddir)/contrib/egg/libegg-private.la \
-       $(NULL)
-
+tools_PROGRAMS = ide-list-counters
 toolsdir = $(libexecdir)/gnome-builder
 
-tools_PROGRAMS += ide-list-counters
 ide_list_counters_SOURCES = ide-list-counters.c
-ide_list_counters_CFLAGS = \
-       $(EGG_CFLAGS) \
-       -I$(top_srcdir)/contrib/egg \
+ide_list_counters_CFLAGS =                            \
+       $(EGG_CFLAGS)                                 \
+       -I$(top_srcdir)/contrib/egg                   \
        $(NULL)
-ide_list_counters_LDADD = \
-       $(EGG_LIBS) \
+ide_list_counters_LDADD =                             \
+       $(EGG_LIBS)                                   \
        $(top_builddir)/contrib/egg/libegg-private.la \
-       $(SHM_LIB) \
+       $(SHM_LIB)                                    \
        $(NULL)
 
 -include $(top_srcdir)/git.mk


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