diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-06-03 16:08:18 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-06-14 12:19:01 -0400 |
| commit | c36b89ba12eae18d3011c8516906c21e9abb89dc (patch) | |
| tree | 73d543bd9734e718fc2c9ac71d5d88585c6e315a /Makefile.am | |
| parent | fd77a0a7b3f892925f203287b8b46c6ec9be94ea (diff) | |
add an inotify watcher for directories (doesnt work without inotify yet)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 246abede..12176d67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,6 +145,8 @@ obt_libobt_la_SOURCES = \ obt/prop.h \ obt/prop.c \ obt/util.h \ + obt/watch.h \ + obt/watch.c \ obt/xqueue.h \ obt/xqueue.c @@ -438,6 +440,7 @@ obtpubinclude_HEADERS = \ obt/prop.h \ obt/util.h \ obt/version.h \ + obt/watch.h \ obt/xqueue.h nodist_pkgconfig_DATA = \ |
