]> granicus.if.org Git - imagemagick/blobdiff - ltdl/Makefile.inc
(no commit message)
[imagemagick] / ltdl / Makefile.inc
index 8f86217bd43d169c79b7940e28be682a5da36e3c..6a2a35764a7ee015a9b937dd49e150232708c2cc 100644 (file)
@@ -22,7 +22,7 @@
 ## GNU Lesser General Public License for more details.
 ##
 ## You should have received a copy of the GNU LesserGeneral Public
-## License along with GNU Libltdl; see the file COPYING.LIB.  If not, a
+## License along with GNU Libltdl; see the file README.  If not, a
 ## copy can be downloaded from http://www.gnu.org/licenses/lgpl.html,
 ## or obtained by writing to the Free Software Foundation, Inc.,
 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
@@ -36,7 +36,7 @@ AM_CPPFLAGS          += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Iltdl \
                          -I$(srcdir)/ltdl -I$(srcdir)/ltdl/libltdl
 AM_LDFLAGS            += -no-undefined
-LTDL_VERSION_INFO      = -version-info 9:1:2
+LTDL_VERSION_INFO      = -version-info 10:0:3
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
@@ -125,7 +125,7 @@ CLEANFILES                 += ltdl/libltdl.la \
 ## automatically:
 CLEANFILES            += $(ltdl_LIBOBJS) $(ltdl_LTLIBOBJS)
 
-EXTRA_DIST            += ltdl/COPYING.LIB \
+EXTRA_DIST            += ltdl/README \
                          ltdl/README
 
 ## --------------------------- ##