Commit c23dd26e15cedea5f508da7b672a30cb85576d3d

Authored by Perry Werneck
1 parent 1ffec2d7
Exists in master and in 1 other branch develop

Fixing Makefile.

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
@@ -53,6 +53,9 @@ glade/v3270.xml @@ -53,6 +53,9 @@ glade/v3270.xml
53 *test.glade* 53 *test.glade*
54 ValgrindOut.xml 54 ValgrindOut.xml
55 *.crl 55 *.crl
  56 +ABOUT-NLS
  57 +intl
  58 +po
56 *.orig 59 *.orig
57 *.patch 60 *.patch
58 *.sh 61 *.sh
@@ -549,7 +549,7 @@ $(BINDBG)/$(SONAME): \ @@ -549,7 +549,7 @@ $(BINDBG)/$(SONAME): \
549 @$(MKDIR) $(@D) 549 @$(MKDIR) $(@D)
550 @echo $< ... 550 @echo $< ...
551 @$(LD) \ 551 @$(LD) \
552 - -shared -Wl,-soname,$(@F) \ 552 + @DLL_LDFLAGS@ \
553 -o $@ \ 553 -o $@ \
554 -L$(BINDBG) \ 554 -L$(BINDBG) \
555 $(LDFLAGS) \ 555 $(LDFLAGS) \