diff options
author | akir <akir> | 2004-10-21 16:44:06 (GMT) |
---|---|---|
committer | akir <akir> | 2004-10-21 16:44:06 (GMT) |
commit | a63a27886d7861d59352e0c4fe96f7d61c9925b4 (patch) | |
tree | 10dce66e4db697a93d5cd19bbfa62ddab36fe3c4 /src/FbTk/Makefile.am | |
parent | 4649df40843318f347691fddfcca7c2c88ea4bc7 (diff) | |
download | fluxbox_pavel-a63a27886d7861d59352e0c4fe96f7d61c9925b4.zip fluxbox_pavel-a63a27886d7861d59352e0c4fe96f7d61c9925b4.tar.bz2 |
moved ThemeItems.hh to ThemeItems.cc, solves some linkissues
Diffstat (limited to 'src/FbTk/Makefile.am')
-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 478a8eb..49217bc 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -25,7 +25,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
25 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 25 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
26 | Text.hh Text.cc \ | 26 | Text.hh Text.cc \ |
27 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ | 27 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ |
28 | Theme.hh Theme.cc ThemeItems.hh Timer.hh Timer.cc \ | 28 | Theme.hh Theme.cc ThemeItems.cc Timer.hh Timer.cc \ |
29 | XFontImp.cc XFontImp.hh \ | 29 | XFontImp.cc XFontImp.hh \ |
30 | Button.hh Button.cc \ | 30 | Button.hh Button.cc \ |
31 | TextButton.hh TextButton.cc \ | 31 | TextButton.hh TextButton.cc \ |