summaryrefslogtreecommitdiff
path: root/gio/fen/Makefile.am
blob: 0a22a645669096bb38041bd12ebd2f90eee7a5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include $(top_srcdir)/Makefile.decl

NULL =

noinst_LTLIBRARIES = libfen.la

libfen_la_SOURCES = 		\
	fen-dump.c		\
	fen-dump.h		\
	fen-kernel.c 		\
	fen-kernel.h 		\
	fen-node.c		\
	fen-node.h		\
	fen-helper.c 		\
	fen-helper.h		\
	gfenfilemonitor.c		\
	gfenfilemonitor.h		\
	gfendirectorymonitor.c	\
	gfendirectorymonitor.h	\
	$(NULL)

libfen_la_CFLAGS = \
	$(GLIB_HIDDEN_VISIBILITY_CFLAGS)	\
	-DG_LOG_DOMAIN=\"GLib-GIO\"	\
	$(gio_INCLUDES) 			\
	$(GLIB_DEBUG_FLAGS)		\
	-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"	\
	-DGIO_COMPILATION		\
	-DG_DISABLE_DEPRECATED