diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
commit | 62bcfaf0e4fd7d77873343d880fc526ec58cdaa6 (patch) | |
tree | b9433c7f8e0aaa5d6e9ce40e7f5257d81136815f /src/FbTk/Makefile.am | |
parent | 0ec165e85b313588d43dbdc2450da9838c4c528f (diff) | |
download | fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.zip fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.tar.bz2 |
move Shape to FbTk
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index f5970fd..0fdb155 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -32,6 +32,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
32 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 32 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
33 | Text.hh Text.cc \ | 33 | Text.hh Text.cc \ |
34 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ | 34 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ |
35 | Shape.hh Shape.cc \ | ||
35 | Theme.hh Theme.cc ThemeItems.cc Timer.hh Timer.cc \ | 36 | Theme.hh Theme.cc ThemeItems.cc Timer.hh Timer.cc \ |
36 | XFontImp.cc XFontImp.hh \ | 37 | XFontImp.cc XFontImp.hh \ |
37 | Button.hh Button.cc \ | 38 | Button.hh Button.cc \ |