X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=be621a079bc5746ae4a791a752186abf4f58e157;hb=36effc5ab7cc1fb656d2547a291ffe57e4cef44c;hp=fc415ba4986911e91998597fb5e1192e47365238;hpb=037fc862b0dd4535accf7b69a8c0112355bd04b1;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index fc415ba4..be621a07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ lib_LTLIBRARIES = \ bin_PROGRAMS = \ openbox/openbox \ - tools/kdetrayproxy/kdetrayproxy \ + tools/themetoxml/themetoxml \ tools/gnome-panel-control/gnome-panel-control ## render ## @@ -202,14 +202,20 @@ openbox_openbox_SOURCES = \ openbox/xerror.h -## kdetrayproxy ## +## themetoxml ## -tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \ - $(X_CFLAGS) -tools_kdetrayproxy_kdetrayproxy_LDADD = \ - $(X_LIBS) -tools_kdetrayproxy_kdetrayproxy_SOURCES = \ - tools/kdetrayproxy/kdetrayproxy.c +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 ##