2007-11-28 12:39:07 +00:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
2007-11-26 16:13:05 +00:00
|
|
|
NULL =
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libinotify.la
|
|
|
|
|
|
|
|
libinotify_la_SOURCES = \
|
|
|
|
inotify-kernel.c \
|
|
|
|
inotify-sub.c \
|
|
|
|
inotify-path.c \
|
|
|
|
inotify-missing.c \
|
|
|
|
inotify-helper.c \
|
|
|
|
inotify-diag.c \
|
|
|
|
inotify-diag.h \
|
|
|
|
inotify-kernel.h \
|
|
|
|
inotify-missing.h \
|
|
|
|
inotify-path.h \
|
|
|
|
inotify-sub.h \
|
|
|
|
inotify-helper.h \
|
|
|
|
ginotifyfilemonitor.c \
|
|
|
|
ginotifyfilemonitor.h \
|
|
|
|
ginotifydirectorymonitor.c \
|
|
|
|
ginotifydirectorymonitor.h \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libinotify_la_CFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"GLib-GIO\" \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/glib \
|
|
|
|
-I$(top_srcdir)/gmodule \
|
|
|
|
-I$(top_srcdir)/gio \
|
2007-12-14 14:28:35 +00:00
|
|
|
-I$(top_builddir)/gio \
|
2007-12-31 02:30:33 +00:00
|
|
|
$(GLIB_DEBUG_FLAGS) \
|
2007-11-27 12:39:14 +00:00
|
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
2007-12-14 10:35:24 +00:00
|
|
|
-DGIO_COMPILATION \
|
2007-11-26 16:13:05 +00:00
|
|
|
-DG_DISABLE_DEPRECATED
|
|
|
|
|