Fixed build when srcdir != builddir, made mkenums and friends use
[platform/upstream/glib.git] / gio / inotify / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 NULL =
4
5 noinst_LTLIBRARIES = libinotify.la
6
7 libinotify_la_SOURCES =                 \
8         inotify-kernel.c                \
9         inotify-sub.c                   \
10         inotify-path.c                  \
11         inotify-missing.c               \
12         inotify-helper.c                \
13         inotify-diag.c                  \
14         inotify-diag.h                  \
15         inotify-kernel.h                \
16         inotify-missing.h               \
17         inotify-path.h                  \
18         inotify-sub.h                   \
19         inotify-helper.h                \
20         local_inotify.h                 \
21         local_inotify_syscalls.h        \
22         ginotifyfilemonitor.c           \
23         ginotifyfilemonitor.h           \
24         ginotifydirectorymonitor.c      \
25         ginotifydirectorymonitor.h      \
26         $(NULL)
27
28 libinotify_la_CFLAGS = \
29         -DG_LOG_DOMAIN=\"GLib-GIO\"     \
30         -I$(top_srcdir)                 \
31         -I$(top_srcdir)/glib            \
32         -I$(top_srcdir)/gmodule         \
33         -I$(top_srcdir)/gio             \
34         -I$(top_builddir)/gio           \
35         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
36         -DGIO_COMPILATION               \
37         -DG_DISABLE_DEPRECATED
38