]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
make an event queue for X events. the queue's min size is 16 XEvents (~3k)
[chaz/openbox] / Makefile.am
index fb61494133649c4aa6653651c52f935d7812ac35..4c670bc03db8c0f2dc5cb63776f985adfe601332 100644 (file)
@@ -148,7 +148,9 @@ obt_libobt_la_SOURCES = \
        obt/prop.c \
        obt/util.h \
        obt/xevent.h \
-       obt/xevent.c
+       obt/xevent.c \
+       obt/xqueue.h \
+       obt/xqueue.c
 
 ## openbox ##
 
@@ -441,7 +443,8 @@ obtpubinclude_HEADERS = \
        obt/prop.h \
        obt/util.h \
        obt/version.h \
-       obt/xevent.h
+       obt/xevent.h \
+       obt/xqueue.h
 
 nodist_pkgconfig_DATA = \
        obrender/obrender-3.5.pc \
This page took 0.026045 seconds and 4 git commands to generate.