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:
Matthias Clasen 2008-10-10 05:00:17 +00:00 committed by Matthias Clasen
parent 6310f898b8
commit b8f103901f
3 changed files with 9 additions and 1 deletions

View File

@ -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:

View File

@ -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

View 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 \