diff options
author | fluxgen <fluxgen> | 2002-11-27 21:42:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-27 21:42:14 (GMT) |
commit | d0d1714b362c55d72f8e1ce1991b4f39d580c094 (patch) | |
tree | 336afa9d026dbd22a1fa8d0445cf803e23c36994 | |
parent | e3785fc3c3039fd9e56866c467e3f7f287514770 (diff) | |
download | fluxbox-d0d1714b362c55d72f8e1ce1991b4f39d580c094.zip fluxbox-d0d1714b362c55d72f8e1ce1991b4f39d580c094.tar.bz2 |
added EventManager
-rw-r--r-- | src/FbTk/Makefile.am | 3 |
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 | |||
7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc | 7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc |
8 | endif | 8 | endif |
9 | 9 | ||
10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ | 10 | libFbTk_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} \ |