diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-29 23:16:31 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-29 23:37:57 -0500 |
| commit | db781556d63d1a50bd1b1b4b6b5423ef703bf2c7 (patch) | |
| tree | 8418803f72b28ce910d6e11f59237aa8a1b4089f /Makefile.am | |
| parent | 173b9b764887929b7ff5d30b3e33f0602b0afda6 (diff) | |
Add a hook system. They hooks don't run yet but they parse from the config file.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b721508e..90277596 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,6 +242,8 @@ openbox_openbox_SOURCES = \ openbox/grab.h \ openbox/group.c \ openbox/group.h \ + openbox/hooks.c \ + openbox/hooks.h \ openbox/keyboard.c \ openbox/keyboard.h \ openbox/keytree.c \ |
