[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / kqueue / Makefile.am
1 include $(top_srcdir)/glib.mk
2
3 noinst_LTLIBRARIES += libkqueue.la
4
5 libkqueue_la_SOURCES = \
6        gkqueuefilemonitor.c \
7        gkqueuefilemonitor.h \
8        gkqueuedirectorymonitor.c \
9        gkqueuedirectorymonitor.h \
10        kqueue-helper.c \
11        kqueue-helper.h \
12        kqueue-thread.c \
13        kqueue-thread.h \
14        kqueue-sub.c \
15        kqueue-sub.h \
16        kqueue-missing.c \
17        kqueue-missing.h \
18        kqueue-utils.c \
19        kqueue-utils.h \
20        kqueue-exclusions.c \
21        kqueue-exclusions.h \
22        dep-list.c \
23        dep-list.h \
24        $(NULL)
25
26 libkqueue_la_CFLAGS = \
27        $(GLIB_HIDDEN_VISIBILITY_CFLAGS) \
28        -DG_LOG_DOMAIN=\"GLib-GIO\" \
29        $(gio_INCLUDES) \
30        $(GLIB_DEBUG_FLAGS) \
31        -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
32        -DGIO_COMPILATION \
33        -DG_DISABLE_DEPRECATED