]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
invisible resizing areas/grips in the top corners of the window
[chaz/openbox] / Makefile.am
index 422fccb29e821266484f042155c0da10bf697dcd..a9f186d0ce22859fea007c9f5ffc08033dde503f 100644 (file)
@@ -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 ##
@@ -375,11 +376,11 @@ planton_themedir = $(themedir)/planton
 dist_planton_theme_DATA = \
        themes/planton/themerc \
        themes/planton/max.xbm \
-       themes/planton/max_t.xbm \
-       themes/planton/stick.xbm \
-       themes/planton/stick_t.xbm \
+       themes/planton/max_toggled.xbm \
+       themes/planton/desk.xbm \
+       themes/planton/desk_toggled.xbm \
        themes/planton/shade.xbm \
-       themes/planton/shade_t.xbm \
+       themes/planton/shade_toggled.xbm \
        themes/planton/iconify.xbm \
        themes/planton/close.xbm
 
@@ -404,19 +405,19 @@ 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_t.xbm \
-       themes/BBstylE/stick.xbm \
-       themes/BBstylE/stick_t.xbm \
+       themes/BBstylE/max_toggled.xbm \
+       themes/BBstylE/desk.xbm \
+       themes/BBstylE/desk_toggled.xbm \
        themes/BBstylE/shade.xbm \
-       themes/BBstylE/shade_t.xbm \
+       themes/BBstylE/shade_toggled.xbm \
        themes/BBstylE/iconify.xbm \
        themes/BBstylE/close.xbm
 
@@ -426,13 +427,15 @@ dist_bbstyle_theme_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
This page took 0.023236 seconds and 4 git commands to generate.