mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
gio/ docs/reference/gio Merged gio-standalone into glib.
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941
This commit is contained in:
committed by
Alexander Larsson
parent
8bdbcb9213
commit
3781343738
34
gio/inotify/Makefile.am
Normal file
34
gio/inotify/Makefile.am
Normal file
@@ -0,0 +1,34 @@
|
||||
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 \
|
||||
local_inotify.h \
|
||||
local_inotify_syscalls.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 \
|
||||
-DGIO_MODULE_DIR=\"$(libdir)/gio/modules\" \
|
||||
-DG_DISABLE_DEPRECATED
|
||||
|
Reference in New Issue
Block a user