]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add an inotify watcher for directories (doesnt work without inotify yet)
[chaz/openbox] / Makefile.am
index 4c670bc03db8c0f2dc5cb63776f985adfe601332..12176d67e959cd9529c31314445483115f9e6ff9 100644 (file)
@@ -134,8 +134,6 @@ obt_libobt_la_SOURCES = \
        obt/internal.h \
        obt/keyboard.h \
        obt/keyboard.c \
-       obt/mainloop.h \
-       obt/mainloop.c \
        obt/xml.h \
        obt/xml.c \
        obt/ddparse.h \
@@ -147,8 +145,8 @@ obt_libobt_la_SOURCES = \
        obt/prop.h \
        obt/prop.c \
        obt/util.h \
-       obt/xevent.h \
-       obt/xevent.c \
+       obt/watch.h \
+       obt/watch.c \
        obt/xqueue.h \
        obt/xqueue.c
 
@@ -437,13 +435,12 @@ obtpubinclude_HEADERS = \
        obt/link.h \
        obt/display.h \
        obt/keyboard.h \
-       obt/mainloop.h \
        obt/xml.h \
        obt/paths.h \
        obt/prop.h \
        obt/util.h \
        obt/version.h \
-       obt/xevent.h \
+       obt/watch.h \
        obt/xqueue.h
 
 nodist_pkgconfig_DATA = \
This page took 0.022366 seconds and 4 git commands to generate.