diff options
author | rathnor <rathnor> | 2003-01-16 12:41:27 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-01-16 12:41:27 (GMT) |
commit | 000fe76aae9c19c0c799da7bfdfc377f4bd59793 (patch) | |
tree | 17896b42de7f1cbbbc636dc8af2e3264a22dd5a9 /src/FbTk/Makefile.am | |
parent | 00e10146668a4a04f13838d6df651870589b19e2 (diff) | |
download | fluxbox_pavel-000fe76aae9c19c0c799da7bfdfc377f4bd59793.zip fluxbox_pavel-000fe76aae9c19c0c799da7bfdfc377f4bd59793.tar.bz2 |
New Layer System
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 9fad500..89263ef 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -18,5 +18,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
18 | 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 \ |
19 | XFontImp.cc XFontImp.hh \ | 19 | XFontImp.cc XFontImp.hh \ |
20 | Button.hh Button.cc \ | 20 | Button.hh Button.cc \ |
21 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ | ||
22 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ | ||
21 | ${xft_SOURCE} \ | 23 | ${xft_SOURCE} \ |
22 | ${xmb_SOURCE} | 24 | ${xmb_SOURCE} |