* libltdl/loaders/Makefile.am: Removed actually.

This commit is contained in:
Gary V. Vaughan 2005-04-04 12:55:29 +00:00
parent 0aa2e304c6
commit 3f1d9569a7
2 changed files with 4 additions and 44 deletions

View File

@ -1,3 +1,7 @@
2005-04-04 Gary V. Vaughan <gary@gnu.org>
* libltdl/loaders/Makefile.am: Removed actually.
2005-04-04 Gary V. Vaughan <gary@gnu.org>
Getting the value of ltdldatafiles from a submake was not

View File

@ -1,44 +0,0 @@
## Process this file with automake to produce Makefile.in
##
## Copyright (C) 2004, 2005 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; see the file COPYING. If not, write to
## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
## Boston, MA 02111-1307, USA.
BUILT_SOURCES =
MOSTLYCLEANFILES =
EXTRA_DIST =
AUTOMAKE_OPTIONS = foreign
DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
-I.. -I$(srcdir)/.. -I$(srcdir)/../libltdl
AM_LDFLAGS = -module -avoid-version
pkgincludedir = $(includedir)/libltdl
## The loaders are preopened by libltdl, itself always built from
## pic-objects (either as a shared library, or a convenience library),
## so the loaders themselves must be made from pic-objects too. We
## use convenience libraries for that purpose:
noinst_LTLIBRARIES = $(LT_DLLOADERS)
EXTRA_LTLIBRARIES = dlopen.la dld_link.la dyld.la load_add_on.la \
loadlibrary.la shl_load.la
dlopen_la_LIBADD = $(LIBADD_DLOPEN)
shl_load_la_LIBADD = $(LIBADD_SHL_LOAD)
dld_link_la_LIBADD = -ldld