diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-05 03:30:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-05 03:30:22 +0000 |
| commit | 5697404dd62cf492cd3c780cfedc7ddc5b995b8c (patch) | |
| tree | dc70945a784731e1f82ed07b075c0874e04df431 /Makefile.am | |
| parent | 6608dddef4e5b82e1afa587dadaeb7cde12cca16 (diff) | |
add the themetoxml tool ! yay
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fc415ba4..33e799f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ lib_LTLIBRARIES = \ bin_PROGRAMS = \ openbox/openbox \ tools/kdetrayproxy/kdetrayproxy \ + tools/themetoxml/themetoxml \ tools/gnome-panel-control/gnome-panel-control ## render ## @@ -212,6 +213,22 @@ tools_kdetrayproxy_kdetrayproxy_SOURCES = \ tools/kdetrayproxy/kdetrayproxy.c +## themetoxml ## + +tools_themetoxml_themetoxml_CPPFLAGS = \ + $(X_CFLAGS) \ + $(GLIB_CFLAGS) \ + $(XML_CFLAGS) +tools_themetoxml_themetoxml_LDADD = \ + $(X_LIBS) \ + $(GLIB_LIBS) \ + $(XML_LIBS) +tools_themetoxml_themetoxml_SOURCES = \ + tools/themetoxml/themetoxml.c \ + tools/themetoxml/themetoxml.h \ + tools/themetoxml/rgb.h + + ## gnome-panel-control ## tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \ |
