libtool/libltdl/loaders
Gary V. Vaughan 53ee133dbd As a prerequisite for being able to test an uninstalled libtoolize
for copying files correctly from the source tree, we must know
exactly which files should be copied by the --ltdl option to avoid
accidentally picking up compilation objects and other noise when
$builddir == $srcdir:

* libltdl/loaders/Makefile.am (ltdldatadir, ltdldatafiles)
(install-data-local): Removed...
* libltdl/Makefile.am (ltdldatafiles): ...and consolidated here.
(show-ltdldatafiles): New rule...
* Makefile.am (ltdldatafiles, libtoolize): ...used to substitute
exactly which files are installed by libtoolize --ltdl.
(edit): Move pkgvmacro_DATA substitution expression...
(libtoolize): ...to here.
* libtoolize.m4sh: Use func_copy_some_files() instead of
func_copy_all_from_path() to copy the --ltdl option installed
files.
(pkgvltdldirs): New path variable to search for	files installed by
--ltdl option.
(func_massage_pkgvltdl_files): New function to calculate the list
of ltdl installation files.
2005-03-24 11:38:25 +00:00
..
.cvsignore * .cvsignore, config/.cvsignore, libltdl/loaders/.cvsignore, 2004-08-31 10:28:07 +00:00
dld_link.c Split lt_dlloader management into a separate file, and factor 2004-07-15 12:33:20 +00:00
dlopen.c The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
dyld.c Split lt_dlloader management into a separate file, and factor 2004-07-15 12:33:20 +00:00
load_add_on.c Split lt_dlloader management into a separate file, and factor 2004-07-15 12:33:20 +00:00
loadlibrary.c * libltdl/loaders/loadlibrary.c: Remove unneeded 2004-11-28 19:44:09 +00:00
Makefile.am As a prerequisite for being able to test an uninstalled libtoolize 2005-03-24 11:38:25 +00:00
preopen.c * libltdl/loaders/preopen.c: Initialise memory in get_vtable. 2004-09-01 01:43:18 +00:00
shl_load.c * libltdl/loaders/shl_load.c (get_vtable): Typo. 2004-09-06 00:51:38 +00:00