From c36b89ba12eae18d3011c8516906c21e9abb89dc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Jun 2010 16:08:18 -0400 Subject: add an inotify watcher for directories (doesnt work without inotify yet) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.3