diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
| commit | c34ef4028e504b8ce862b9c2e47b284ab66717dd (patch) | |
| tree | 5abae73563e8b11972a33e7f76867610f85db308 /Makefile.am | |
| parent | cadab91e522c6426cc79df4f06e7c05232cb0a64 (diff) | |
half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index ae8cf62e..4726907c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,12 +26,12 @@ bin_PROGRAMS = \ tools/kdetrayproxy/kdetrayproxy plugin_LTLIBRARIES = \ - plugins/placement/placement.la \ - plugins/menu/timed_menu.la \ - plugins/menu/fifo_menu.la \ - plugins/menu/client_menu.la \ - plugins/menu/include_menu.la \ - plugins/menu/client_list_menu.la + plugins/placement/placement.la +# plugins/menu/timed_menu.la \ +# plugins/menu/fifo_menu.la \ +# plugins/menu/client_menu.la \ +# plugins/menu/include_menu.la \ +# plugins/menu/client_list_menu.la if OBCONF bin_PROGRAMS += \ @@ -156,9 +156,10 @@ kernel_openbox_SOURCES = \ kernel/keyboard.h \ kernel/keytree.c \ kernel/keytree.h \ + kernel/menuframe.c \ + kernel/menuframe.h \ kernel/menu.c \ kernel/menu.h \ - kernel/menu_render.c \ kernel/misc.h \ kernel/mouse.c \ kernel/mouse.h \ @@ -277,7 +278,7 @@ plugins_menu_client_list_menu_la_LDFLAGS = \ -module \ -avoid-version plugins_menu_client_list_menu_la_SOURCES = \ - plugins/menu/client_list_menu.c +o plugins/menu/client_list_menu.c ## obconf ## |
