aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-27 21:42:14 (GMT)
committerfluxgen <fluxgen>2002-11-27 21:42:14 (GMT)
commitd0d1714b362c55d72f8e1ce1991b4f39d580c094 (patch)
tree336afa9d026dbd22a1fa8d0445cf803e23c36994 /src
parente3785fc3c3039fd9e56866c467e3f7f287514770 (diff)
downloadfluxbox_pavel-d0d1714b362c55d72f8e1ce1991b4f39d580c094.zip
fluxbox_pavel-d0d1714b362c55d72f8e1ce1991b4f39d580c094.tar.bz2
added EventManager
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index eb2a5fd..62f5fb3 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -7,7 +7,8 @@ if MULTIBYTE
7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc 7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
8endif 8endif
9 9
10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ 10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \
11 Font.cc Font.hh FontImp.hh NotCopyable.hh \
11 SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ 12 SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \
12 XFontImp.cc XFontImp.hh \ 13 XFontImp.cc XFontImp.hh \
13 ${xft_SOURCE} \ 14 ${xft_SOURCE} \