diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-04 09:25:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-04 09:25:26 +0000 |
| commit | 45c2589ef6e6576604543229dfa1582d471e6a94 (patch) | |
| tree | 2060f26ae9f444f1bc24abb60f95a92014806149 /src/Makefile.am | |
| parent | 7ebccbf39a02d4185b09728c5d55910742d926ff (diff) | |
xeventhandler can handle everything except client messages now.
blackbox is no longer the event handler
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 314d265f..065efbb4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ openbox_LDADD=../otk/libotk.a @LIBINTL@ openbox_SOURCES= configuration.cc screen.cc openbox.cc \ util.cc window.cc workspace.cc xatom.cc blackbox.cc \ - main.cc + main.cc xeventhandler.cc MAINTAINERCLEANFILES= Makefile.in |
