diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-14 15:07:20 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-14 15:25:31 -0500 |
| commit | f3e553446fdcfc04f26ea25396a138965c4a999d (patch) | |
| tree | 17495a57097cb99b541a3bd609f307d72fc7c30c /Makefile.am | |
| parent | 5fc18091becee67964d4adce416332f04a9f6615 (diff) | |
Add an obprop tool which can print UTF-8 strings properly, for our users.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
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 = \ |
