glib/gio/inotify/Makefile.am
Ryan Lortie b3b7ea8e22 Replace -I with $(glib_INCLUDES) and friends
Stop using ad hoc -I in all of our Makefile.am.  Use the new variables
instead.
2010-08-06 13:10:34 -04:00

34 lines
673 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\" \
$(gio_INCLUDES) \
$(GLIB_DEBUG_FLAGS) \
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
-DGIO_COMPILATION \
-DG_DISABLE_DEPRECATED