Allow configuration of gio-module-dir
[platform/upstream/glib.git] / gio / inotify / Makefile.am
1 NULL =
2
3 noinst_LTLIBRARIES = libinotify.la
4
5 libinotify_la_SOURCES =                 \
6         inotify-kernel.c                \
7         inotify-sub.c                   \
8         inotify-path.c                  \
9         inotify-missing.c               \
10         inotify-helper.c                \
11         inotify-diag.c                  \
12         inotify-diag.h                  \
13         inotify-kernel.h                \
14         inotify-missing.h               \
15         inotify-path.h                  \
16         inotify-sub.h                   \
17         inotify-helper.h                \
18         local_inotify.h                 \
19         local_inotify_syscalls.h        \
20         ginotifyfilemonitor.c           \
21         ginotifyfilemonitor.h           \
22         ginotifydirectorymonitor.c      \
23         ginotifydirectorymonitor.h      \
24         $(NULL)
25
26 libinotify_la_CFLAGS = \
27         -DG_LOG_DOMAIN=\"GLib-GIO\"     \
28         -I$(top_srcdir)                 \
29         -I$(top_srcdir)/glib            \
30         -I$(top_srcdir)/gmodule         \
31         -I$(top_srcdir)/gio             \
32         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
33         -DG_DISABLE_DEPRECATED
34