X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=3cca337e11aa95be76e598331e1e5dfdaa78d533;hb=dbaa0c15112664f2e7bf82dd245bcf9d325b01c1;hp=5de870e7f59fdda671b4ab07599908c84aca53ed;hpb=6b606a098f483929348c00d72348ee4173d01f9f;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 5de870e7..3cca337e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -352,7 +352,8 @@ tools_obconf_obconf_LDADD = \ parser/libobparser.la tools_obconf_obconf_SOURCES = \ gettext.h \ - tools/obconf/main.c + tools/obconf/main.c \ + plugins/obconf_interface.h ## kdetrayproxy ## @@ -376,8 +377,8 @@ dist_planton_theme_DATA = \ themes/planton/themerc \ themes/planton/max.xbm \ themes/planton/max_toggled.xbm \ - themes/planton/stick.xbm \ - themes/planton/stick_toggled.xbm \ + themes/planton/desk.xbm \ + themes/planton/desk_toggled.xbm \ themes/planton/shade.xbm \ themes/planton/shade_toggled.xbm \ themes/planton/iconify.xbm \ @@ -404,35 +405,58 @@ dist_imerry_theme_DATA = \ themes/I-merry/iconify.xbm \ themes/I-merry/close.xbm -greenz_themedir = $(themedir)/I-merry +greenz_themedir = $(themedir)/greenz dist_greenz_theme_DATA = \ - themes/I-merry/themerc + themes/greenz/themerc bbstyle_themedir = $(themedir)/BBstylE dist_bbstyle_theme_DATA = \ themes/BBstylE/themerc \ themes/BBstylE/max.xbm \ themes/BBstylE/max_toggled.xbm \ - themes/BBstylE/stick.xbm \ - themes/BBstylE/stick_toggled.xbm \ + themes/BBstylE/desk.xbm \ + themes/BBstylE/desk_toggled.xbm \ themes/BBstylE/shade.xbm \ themes/BBstylE/shade_toggled.xbm \ themes/BBstylE/iconify.xbm \ themes/BBstylE/close.xbm +om4ob_themedir = $(themedir)/om4ob +dist_om4ob_theme_DATA = \ + themes/om4ob/themerc \ + themes/om4ob/close_hover.xbm \ + themes/om4ob/close.xbm \ + themes/om4ob/desk_hover.xbm \ + themes/om4ob/desk_toggled.xbm \ + themes/om4ob/desk.xbm \ + themes/om4ob/iconify_hover.xbm \ + themes/om4ob/iconify_pressed.xbm \ + themes/om4ob/iconify.xbm \ + themes/om4ob/max_disabled.xbm \ + themes/om4ob/max_hover.xbm \ + themes/om4ob/max_pressed.xbm \ + themes/om4ob/max_toggled.xbm \ + themes/om4ob/max.xbm \ + themes/om4ob/shade_disabled.xbm \ + themes/om4ob/shade_hover.xbm \ + themes/om4ob/shade_toggled.xbm \ + themes/om4ob/shade.xbm + ## data ## dist_rc_DATA = \ data/rc3 +dist_desktopfiles_DATA = \ + data/openbox.desktop + EXTRA_DIST = \ config.rpath \ mkinstalldirs \ README \ COPYING \ - AUTHORS \ - plugins/obconf_interface.h + AUTHORS #doc: # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc