From: Gary V. Vaughan Date: Mon, 4 Apr 2005 12:55:29 +0000 (+0000) Subject: * libltdl/loaders/Makefile.am: Removed actually. X-Git-Tag: release-2-1b~691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1d9569a79d844cb40fd7ad0a20f11fbe4c4e21;p=thirdparty%2Flibtool.git * libltdl/loaders/Makefile.am: Removed actually. --- diff --git a/ChangeLog b/ChangeLog index 1ed3838eb..bcc0b56a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-04 Gary V. Vaughan + + * libltdl/loaders/Makefile.am: Removed actually. + 2005-04-04 Gary V. Vaughan Getting the value of ltdldatafiles from a submake was not diff --git a/libltdl/loaders/Makefile.am b/libltdl/loaders/Makefile.am deleted file mode 100644 index 18dc2f134..000000000 --- a/libltdl/loaders/Makefile.am +++ /dev/null @@ -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