diff options
author | fluxgen <fluxgen> | 2003-01-12 17:27:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-12 17:27:01 (GMT) |
commit | d3f98a9ca47ca0099da8415565dba00915cab588 (patch) | |
tree | 84dccdd5d689e312c17f41c58a1c8c74c029aa58 | |
parent | 99692be7062dab68efe45c5377981f3df9f90392 (diff) | |
download | fluxbox-d3f98a9ca47ca0099da8415565dba00915cab588.zip fluxbox-d3f98a9ca47ca0099da8415565dba00915cab588.tar.bz2 |
added MenuItem files
-rw-r--r-- | src/FbTk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 42b2423..9fad500 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -11,7 +11,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
11 | EventHandler.hh EventManager.hh EventManager.cc \ | 11 | EventHandler.hh EventManager.hh EventManager.cc \ |
12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
13 | ImageControl.hh ImageControl.cc \ | 13 | ImageControl.hh ImageControl.cc \ |
14 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | 14 | MacroCommand.hh MacroCommand.cc \ |
15 | Menu.hh Menu.cc MenuItem.hh MenuItem.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | ||
15 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 16 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
16 | Text.hh Text.cc \ | 17 | Text.hh Text.cc \ |
17 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ | 18 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ |