all repos — openbox @ 953b68a1d619d9bb69fc8594a42693c6c32b4a2f

openbox fork - make it a bit more like ryudo

Remove menu plugins because they are stupid and don't work.
Scott Moynes smoynes@nexus.carleton.ca
commit

953b68a1d619d9bb69fc8594a42693c6c32b4a2f

parent

f544273eaf8c14585fa311858725f9c85575ef0f

1 files changed, 7 insertions(+), 7 deletions(-)

jump to
M plugins/menu/Makefile.amplugins/menu/Makefile.am

@@ -5,16 +5,16 @@ -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"

INCLUDES=-I../.. -plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la +#plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la -timed_menu_la_LDFLAGS=-module -avoid-version -timed_menu_la_SOURCES=timed_menu.c timed_menu.h +#timed_menu_la_LDFLAGS=-module -avoid-version +#timed_menu_la_SOURCES=timed_menu.c timed_menu.h -fifo_menu_la_LDFLAGS=-module -avoid-version -fifo_menu_la_SOURCES=fifo_menu.c fifo_menu.h +#fifo_menu_la_LDFLAGS=-module -avoid-version +#fifo_menu_la_SOURCES=fifo_menu.c fifo_menu.h -client_menu_la_LDFLAGS=-module -avoid-version -client_menu_la_SOURCES=client_menu.c +#client_menu_la_LDFLAGS=-module -avoid-version +#client_menu_la_SOURCES=client_menu.c MAINTAINERCLEANFILES=Makefile.in