diff options
author | fluxgen <fluxgen> | 2003-08-19 16:14:08 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-19 16:14:08 (GMT) |
commit | 3dc7ab05994208549917e57323ba60194b2ec420 (patch) | |
tree | b6b9b2936c122ceb82e4ac3ee19e6ce4bededd60 /src/FbTk | |
parent | 4044ac424eaa512a832a6d86082c57f4968d6b4a (diff) | |
download | fluxbox-3dc7ab05994208549917e57323ba60194b2ec420.zip fluxbox-3dc7ab05994208549917e57323ba60194b2ec420.tar.bz2 |
added TextButton
Diffstat (limited to 'src/FbTk')
-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 67b7b65..e1561cb 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -21,6 +21,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
21 | Theme.hh Theme.cc Timer.hh Timer.cc \ | 21 | Theme.hh Theme.cc Timer.hh Timer.cc \ |
22 | XFontImp.cc XFontImp.hh \ | 22 | XFontImp.cc XFontImp.hh \ |
23 | Button.hh Button.cc \ | 23 | Button.hh Button.cc \ |
24 | TextButton.hh TextButton.cc \ | ||
24 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ | 25 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ |
25 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ | 26 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ |
26 | Resource.hh Resource.cc \ | 27 | Resource.hh Resource.cc \ |