Commit 739ec2327b13dd9f48ef9b58bb7f9bd89e677729

Authored by Perry Werneck
1 parent 6c45fa44

Fixing win32 package.

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
@@ -191,7 +191,7 @@ Release: \ @@ -191,7 +191,7 @@ Release: \
191 $(BINRLS)/$(SONAME) \ 191 $(BINRLS)/$(SONAME) \
192 $(BINRLS)/$(LIBNAME).a 192 $(BINRLS)/$(LIBNAME).a
193 193
194 -$(BINRLS)/$(LIBNAME).delayed.dll.a: \ 194 +$(BINRLS)/$(LIBNAME).delayed.a: \
195 $(BINRLS)/$(SONAME) 195 $(BINRLS)/$(SONAME)
196 196
197 @$(MKDIR) $(dir $@) 197 @$(MKDIR) $(dir $@)
@@ -265,12 +265,12 @@ install-static: \ @@ -265,12 +265,12 @@ install-static: \
265 $(DESTDIR)$(libdir)/pkgconfig/lib3270-static.pc 265 $(DESTDIR)$(libdir)/pkgconfig/lib3270-static.pc
266 266
267 install-delayed: \ 267 install-delayed: \
268 - $(BINRLS)/$(LIBNAME).delayed.dll.a 268 + $(BINRLS)/$(LIBNAME).delayed.a
269 269
270 # Install static library 270 # Install static library
271 @$(MKDIR) $(DESTDIR)$(libdir) 271 @$(MKDIR) $(DESTDIR)$(libdir)
272 @$(INSTALL_DATA) \ 272 @$(INSTALL_DATA) \
273 - $(BINRLS)/$(LIBNAME).delayed.dll.a \ 273 + $(BINRLS)/$(LIBNAME).delayed.a \
274 $(DESTDIR)$(libdir) 274 $(DESTDIR)$(libdir)
275 275
276 @$(MKDIR) $(DESTDIR)$(libdir)/pkgconfig 276 @$(MKDIR) $(DESTDIR)$(libdir)/pkgconfig
sdk/lib3270-delayed.pc.in
@@ -11,7 +11,7 @@ library_name=@LIB3270_NAME@ @@ -11,7 +11,7 @@ library_name=@LIB3270_NAME@
11 Name: @PACKAGE_NAME@ 11 Name: @PACKAGE_NAME@
12 Description: @PACKAGE_DESCRIPTION@ 12 Description: @PACKAGE_DESCRIPTION@
13 Version: @PACKAGE_VERSION@ 13 Version: @PACKAGE_VERSION@
14 -Libs: -L\@libdir@ -l@LIB3270_NAME@.delayed.dll 14 +Libs: -L\@libdir@ -l@LIB3270_NAME@.delayed
15 Libs.private: @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ 15 Libs.private: @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@
16 Cflags: -I@includedir@ 16 Cflags: -I@includedir@
17 17