diff options
author | fluxgen <fluxgen> | 2003-10-13 22:57:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-10-13 22:57:43 (GMT) |
commit | 2468ef1dcceca1620dda15cd4f9229fd6db91c22 (patch) | |
tree | f7f6e8972b078780affe30e2882904c1bbb2a875 | |
parent | 481202b91d7b77d8d8bac4d47b59fc4634dd656f (diff) | |
download | fluxbox-2468ef1dcceca1620dda15cd4f9229fd6db91c22.zip fluxbox-2468ef1dcceca1620dda15cd4f9229fd6db91c22.tar.bz2 |
added ThemeItems
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 369f948..31c5f40 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -21,7 +21,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
21 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 21 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
22 | Text.hh Text.cc \ | 22 | Text.hh Text.cc \ |
23 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ | 23 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ |
24 | Theme.hh Theme.cc Timer.hh Timer.cc \ | 24 | Theme.hh Theme.cc ThemeItems.hh Timer.hh Timer.cc \ |
25 | XFontImp.cc XFontImp.hh \ | 25 | XFontImp.cc XFontImp.hh \ |
26 | Button.hh Button.cc \ | 26 | Button.hh Button.cc \ |
27 | TextButton.hh TextButton.cc \ | 27 | TextButton.hh TextButton.cc \ |