mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Bug 555121 – Improved build-time handling of gio module-dir
2008-10-10 Matthias Clasen <mclasen@redhat.com> Bug 555121 – Improved build-time handling of gio module-dir * fam/Makefile.am: Use GIO_MODULE_DIR consistently. * Makefile.am: Create the module dir. svn path=/trunk/; revision=7586
This commit is contained in:
parent
6310f898b8
commit
b8f103901f
@ -1,3 +1,10 @@
|
||||
2008-10-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 555121 – Improved build-time handling of gio module-dir
|
||||
|
||||
* fam/Makefile.am: Use GIO_MODULE_DIR consistently.
|
||||
* Makefile.am: Create the module dir.
|
||||
|
||||
2008-10-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gio/glocalfileinfo.c:
|
||||
|
@ -265,6 +265,7 @@ export_symbols = -export-symbols-regex '^g_.*'
|
||||
endif
|
||||
|
||||
install-data-local: install-ms-lib install-def-file
|
||||
$(mkinstalldirs) $(DESTDIR)$(GIO_MODULE_DIR)
|
||||
|
||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
|
||||
|
@ -5,7 +5,7 @@ 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
|
||||
giomoduledir = $(GIO_MODULE_DIR)
|
||||
|
||||
libgiofam_la_SOURCES = \
|
||||
fam-helper.c \
|
||||
|
Loading…
Reference in New Issue
Block a user