]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add the themetoxml tool ! yay
[chaz/openbox] / Makefile.am
index fc415ba4986911e91998597fb5e1192e47365238..33e799f475f1c2f16daed0799c64999973907119 100644 (file)
@@ -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 = \
This page took 0.022194 seconds and 4 git commands to generate.