]> 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 d919f65b49e4d74883ab9c177c1488f4ac4df560..4c670bc03db8c0f2dc5cb63776f985adfe601332 100644 (file)
@@ -69,6 +69,7 @@ obrender_libobrender_la_CPPFLAGS = \
        $(GLIB_CFLAGS) \
        $(XML_CFLAGS) \
        $(PANGO_CFLAGS) \
+       $(IMLIB2_CFLAGS) \
        -DG_LOG_DOMAIN=\"ObRender\" \
        -DDEFAULT_THEME=\"$(theme)\"
 obrender_libobrender_la_LDFLAGS = \
@@ -77,6 +78,7 @@ obrender_libobrender_la_LIBADD = \
        $(X_LIBS) \
        $(PANGO_LIBS) \
        $(GLIB_LIBS) \
+       $(IMLIB2_LIBS) \
        $(XML_LIBS)
 obrender_libobrender_la_SOURCES = \
        gettext.h \
@@ -126,6 +128,7 @@ obt_libobt_la_LIBADD = \
        $(GLIB_LIBS) \
        $(XML_LIBS)
 obt_libobt_la_SOURCES = \
+       obt/bsearch.h \
        obt/display.h \
        obt/display.c \
        obt/internal.h \
@@ -145,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 ##
 
@@ -158,7 +163,6 @@ openbox_openbox_CPPFLAGS = \
        $(GLIB_CFLAGS) \
        $(LIBSN_CFLAGS) \
        $(XML_CFLAGS) \
-       $(IMLIB2_CFLAGS) \
        -DLOCALEDIR=\"$(localedir)\" \
        -DDATADIR=\"$(datadir)\" \
        -DCONFIGDIR=\"$(configdir)\" \
@@ -172,7 +176,6 @@ openbox_openbox_LDADD = \
        $(XML_LIBS) \
        $(EFENCE_LIBS) \
        $(LIBINTL) \
-       $(IMLIB2_LIBS) \
        obrender/libobrender.la \
        obt/libobt.la
 openbox_openbox_LDFLAGS = -export-dynamic
@@ -440,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.020627 seconds and 4 git commands to generate.