mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +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
33
gio/fam/Makefile.am
Normal file
33
gio/fam/Makefile.am
Normal file
@@ -0,0 +1,33 @@
|
||||
NULL =
|
||||
|
||||
module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'
|
||||
|
||||
giomodule_LTLIBRARIES = libgiofam.la
|
||||
giomoduledir = $(libdir)/gio/modules
|
||||
|
||||
libgiofam_la_SOURCES = \
|
||||
fam-helper.c \
|
||||
fam-helper.h \
|
||||
fam-module.c \
|
||||
gfamdirectorymonitor.c \
|
||||
gfamdirectorymonitor.h \
|
||||
gfamfilemonitor.c \
|
||||
gfamfilemonitor.h \
|
||||
$(NULL)
|
||||
|
||||
libgiofam_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
|
||||
|
||||
libgiofam_la_LDFLAGS = $(module_flags)
|
||||
libgiofam_la_LIBADD = \
|
||||
$(top_builddir)/gio/libgio-2.0.la \
|
||||
$(GLIB_LIBS) \
|
||||
$(FAM_LIBS) \
|
||||
$(NULL)
|
||||
|
Reference in New Issue
Block a user