X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=dd5bb6c542f8dbe315eebb253114b9d8bcbc4647;hb=22a88cfe99d897dc7d3be7b53b954f6cdfa250c6;hp=fc873bb113eef1e4ded1266d8920647e76a11a53;hpb=a01ece1353465ef471becdad3e448c32a4516f43;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index fc873bb1..dd5bb6c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,9 @@ bin_PROGRAMS = \ openbox/openbox \ tools/gnome-panel-control/gnome-panel-control +bin_SCRIPTS = \ + tools/xdg-autostart/xdg-autostart + nodist_bin_SCRIPTS = \ data/xsession/openbox-session \ data/xsession/openbox-gnome-session \ @@ -83,6 +86,8 @@ render_libobrender_la_SOURCES = \ render/icon.h \ render/image.h \ render/image.c \ + render/imagecache.h \ + render/imagecache.c \ render/instance.h \ render/instance.c \ render/mask.h \