1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-20 11:16:15 +01:00
glib/gio/inotify/Makefile.am
Alexander Larsson d8473705b0 Removed. Removed. Removed the included copies of the inotify headers. We
2008-01-21  Alexander Larsson  <alexl@redhat.com>

        * inotify/Makefile.am:
        * inotify/inotify-helper.c:
        * inotify/inotify-kernel.c:
        * inotify/inotify-path.c:
        * inotify/local_inotify.h: Removed.
        * inotify/local_inotify_syscalls.h: Removed.
	Removed the included copies of the inotify
	headers. We now only use the <sys/inotify.h>
	header which exists on modern systems.
	This fixes problems on ARM and SH5 ()
	but is also generally much cleaner and future
	safe. For instance, if other OSes add support
	for inotify it should "just work".



svn path=/trunk/; revision=6338
2008-01-21 10:35:44 +00:00

38 lines
779 B
Makefile

include $(top_srcdir)/Makefile.decl
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 \
-I$(top_builddir)/gio \
$(GLIB_DEBUG_FLAGS) \
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
-DGIO_COMPILATION \
-DG_DISABLE_DEPRECATED