Initial commit
[platform/upstream/glib2.0.git] / gio / fen / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 NULL =
4
5 noinst_LTLIBRARIES = libfen.la
6
7 libfen_la_SOURCES =             \
8         fen-dump.c              \
9         fen-dump.h              \
10         fen-kernel.c            \
11         fen-kernel.h            \
12         fen-node.c              \
13         fen-node.h              \
14         fen-missing.c           \
15         fen-missing.h           \
16         fen-helper.c            \
17         fen-helper.h            \
18         fen-data.c              \
19         fen-data.h              \
20         fen-sub.c               \
21         fen-sub.h               \
22         gfenfilemonitor.c               \
23         gfenfilemonitor.h               \
24         gfendirectorymonitor.c  \
25         gfendirectorymonitor.h  \
26         $(NULL)
27
28 libfen_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         $(GLIB_DEBUG_FLAGS)             \
36         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
37         -DGIO_COMPILATION               \
38         -DG_DISABLE_DEPRECATED