diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-28 16:01:21 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:56 -0500 |
| commit | 9f5296fb1451086350967a0e1f1808e1493a7210 (patch) | |
| tree | 65c1cda300a7d53a6e777a73a841f552e7bf1ef7 /Makefile.am | |
| parent | 700b2c0aec0663249e39333b24de02f249f70267 (diff) | |
add the xevent callback system to libobt in xevent.[ch]
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9ab7561f..ad0d8b5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,7 +129,9 @@ obt_libobt_la_SOURCES = \ obt/paths.c \ obt/prop.h \ obt/prop.c \ - obt/util.h + obt/util.h \ + obt/xevent.h \ + obt/xevent.c ## openbox ## @@ -392,7 +394,9 @@ pubinclude_HEADERS = \ obt/paths.c \ obt/prop.h \ obt/prop.c \ - obt/util.h + obt/util.h \ + obt/xevent.h \ + obt/xevent.c nodist_pubinclude_HEADERS = \ version.h |
