diff options
author | fluxgen <fluxgen> | 2002-12-25 11:47:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-12-25 11:47:24 (GMT) |
commit | 31dd91c2a874bdd1ce4283a079ad2bc4206d31e4 (patch) | |
tree | 2b58f82237a2abe7a9b54a28851d96097f2904d1 | |
parent | f2a4e6ae2ce6f1d88490a0873ac330b70b6f7d8f (diff) | |
download | fluxbox-31dd91c2a874bdd1ce4283a079ad2bc4206d31e4.zip fluxbox-31dd91c2a874bdd1ce4283a079ad2bc4206d31e4.tar.bz2 |
menu 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 c5f3ade..1a28ad9 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -9,7 +9,8 @@ endif | |||
9 | 9 | ||
10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 10 | 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 NotCopyable.hh \ | 12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
13 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | ||
13 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 14 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
14 | Text.hh Text.cc \ | 15 | Text.hh Text.cc \ |
15 | Texture.cc Texture.hh Theme.hh Theme.cc \ | 16 | Texture.cc Texture.hh Theme.hh Theme.cc \ |