]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
install the right libtool archive this time.
authorNathan Scott <nathans@sgi.com>
Wed, 18 Jul 2001 09:20:56 +0000 (09:20 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 18 Jul 2001 09:20:56 +0000 (09:20 +0000)
include/builddefs.in
include/buildrules

index af0e360e8a6abac31b35711e8220228d6c1d0a34..1e0d22f73cf5ce20e8f2364fa10a67aad8b4f992 100644 (file)
@@ -145,7 +145,8 @@ ifeq ($(ENABLE_SHARED),yes)
 INSTALL_LTLIB_DEV = \
        cd $(TOPDIR)/$(LIBNAME)/.libs; \
        ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
-       ../$(INSTALL) -m 644 $(LIBNAME).a $(LIBNAME).la $(PKG_LIB_DIR); \
+       ../$(INSTALL) -m 644 $(LIBNAME).a $(PKG_LIB_DIR); \
+       ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la; \
        ../$(INSTALL) -S $(LIBNAME).so.$(LT_CURRENT) $(PKG_LIB_DIR)/$(LIBNAME).so
 else
 INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
index ce87ad9727f9688f2019671d3fd285a73c7f0901..e4c6af2b427796383f3a9b27b319ddc86eab731a 100644 (file)
@@ -49,7 +49,7 @@ endif
 
 ifdef LTLIBRARY
 $(LTLIBRARY) : $(SUBDIRS) $(LTOBJECTS)
-       $(LTLINK) $(LTLDFLAGS) -o $(LTLIBRARY) $(LTOBJECTS)
+       $(LTLINK) $(LTLDFLAGS) -o $(LTLIBRARY) $(LTOBJECTS) $(LTLIBS)
 
 %.lo: %.c
        $(LTCOMPILE) -c $<