From f3e553446fdcfc04f26ea25396a138965c4a999d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 Dec 2009 15:07:20 -0500 Subject: Add an obprop tool which can print UTF-8 strings properly, for our users. --- Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 660b5ef5..4b3e0b50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ lib_LTLIBRARIES = \ bin_PROGRAMS = \ openbox/openbox \ tools/gdm-control/gdm-control \ - tools/gnome-panel-control/gnome-panel-control + tools/gnome-panel-control/gnome-panel-control \ + tools/obprop/obprop dist_secretbin_SCRIPTS = \ tools/xdg-autostart/xdg-autostart @@ -288,6 +289,17 @@ tools_gnome_panel_control_gnome_panel_control_LDADD = \ tools_gnome_panel_control_gnome_panel_control_SOURCES = \ tools/gnome-panel-control/gnome-panel-control.c +## obprop ## + +tools_obprop_obprop_CPPFLAGS = \ + $(GLIB_CFLAGS) \ + $(X_CFLAGS) +tools_obprop_obprop_LDADD = \ + $(GLIB_LIBS) \ + $(X_LIBS) +tools_obprop_obprop_SOURCES = \ + tools/obprop/obprop.c + ## gdm-control ## tools_gdm_control_gdm_control_CPPFLAGS = \ -- cgit v1.2.3