doc: Clarify documentation regarding g_file_replace and etags
[platform/upstream/glib.git] / gio / fen / Makefile.am
1 include $(top_srcdir)/glib.mk
2
3 noinst_LTLIBRARIES += libfen.la
4
5 libfen_la_SOURCES =             \
6         fen-dump.c              \
7         fen-dump.h              \
8         fen-kernel.c            \
9         fen-kernel.h            \
10         fen-node.c              \
11         fen-node.h              \
12         fen-helper.c            \
13         fen-helper.h            \
14         gfenfilemonitor.c               \
15         gfenfilemonitor.h               \
16         gfendirectorymonitor.c  \
17         gfendirectorymonitor.h  \
18         $(NULL)
19
20 libfen_la_CFLAGS = \
21         $(GLIB_HIDDEN_VISIBILITY_CFLAGS)        \
22         -DG_LOG_DOMAIN=\"GLib-GIO\"     \
23         $(gio_INCLUDES)                         \
24         $(GLIB_DEBUG_FLAGS)             \
25         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
26         -DGIO_COMPILATION               \
27         -DG_DISABLE_DEPRECATED