From 8bb5a149778b90423c3f770e18e67d7b678f76d9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2015 21:03:52 -0400 Subject: Add a simple commandline tool for ui files This tool strips properties which are set to their default value from .ui files. --- gtk/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c59f63e8c1..9e8b2a8ac1 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1391,6 +1391,7 @@ bin_PROGRAMS = \ gtk-query-immodules-3.0 \ gtk-update-icon-cache \ gtk-encode-symbolic-svg \ + gtk-builder-tool \ gtk-launch gtk_query_immodules_3_0_SOURCES = queryimmodules.c @@ -1409,6 +1410,12 @@ gtk_encode_symbolic_svg_LDADD = \ $(top_builddir)/gdk/libgdk-3.la \ $(GTK_DEP_LIBS) +gtk_builder_tool_SOURCES = gtk-builder-tool.c +gtk_builder_tool_LDADD = \ + libgtk-3.la \ + $(top_builddir)/gdk/libgdk-3.la \ + $(GTK_DEP_LIBS) + gtk_launch_SOURCES = gtk-launch.c gtk_launch_LDADD = \ libgtk-3.la \ -- cgit v1.2.1