aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-12-13 20:28:12 (GMT)
committerfluxgen <fluxgen>2002-12-13 20:28:12 (GMT)
commit9fb33e51d4943f6d1350ee1d0daee8f9b50301e2 (patch)
treef58ed2ca5770ebace5b091066e9cb5d2d629d9ff /src/FbTk/Makefile.am
parent31f6a3bb359ed0cc9712e2b9e6dafb260e3b9ee2 (diff)
downloadfluxbox-9fb33e51d4943f6d1350ee1d0daee8f9b50301e2.zip
fluxbox-9fb33e51d4943f6d1350ee1d0daee8f9b50301e2.tar.bz2
added button and refcount files
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 400e261..6465cd0 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -9,7 +9,9 @@ endif
9 9
10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ 10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \
11 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ 11 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \
12 SignalHandler.cc SignalHandler.hh Text.hh Text.cc Texture.cc Texture.hh Theme.hh Theme.cc \ 12 RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \
13 Texture.cc Texture.hh Theme.hh Theme.cc \
13 XFontImp.cc XFontImp.hh \ 14 XFontImp.cc XFontImp.hh \
15 Button.hh Button.cc \
14 ${xft_SOURCE} \ 16 ${xft_SOURCE} \
15 ${xmb_SOURCE} 17 ${xmb_SOURCE}