aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-17 22:06:46 (GMT)
committerfluxgen <fluxgen>2002-08-17 22:06:46 (GMT)
commit8e00a92e403451362ce8845148e5558706e5eedd (patch)
treed598b512aeeac9a75e8252e08bb977ffa9bc2b7c /src
parentfd5eccebe9d23eec35d42171d7f49a63a892c6a3 (diff)
downloadfluxbox-8e00a92e403451362ce8845148e5558706e5eedd.zip
fluxbox-8e00a92e403451362ce8845148e5558706e5eedd.tar.bz2
add EventHandler.hh
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a068245..89956b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,6 +49,7 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \
49 IconBar.cc IconBar.hh Theme.hh Theme.cc \ 49 IconBar.cc IconBar.hh Theme.hh Theme.cc \
50 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \ 50 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \
51 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc Font.hh Font.cc \ 51 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc Font.hh Font.cc \
52 FbAtoms.hh FbAtoms.cc Color.hh Texture.hh SignalHandler.hh SignalHandler.cc 52 FbAtoms.hh FbAtoms.cc Color.hh Texture.hh SignalHandler.hh SignalHandler.cc \
53 EventHandler.hh
53MAINTAINERCLEANFILES= Makefile.in 54MAINTAINERCLEANFILES= Makefile.in
54 55