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
.gitignore
... ... @@ -53,6 +53,9 @@ glade/v3270.xml
53 53 *test.glade*
54 54 ValgrindOut.xml
55 55 *.crl
  56 +ABOUT-NLS
  57 +intl
  58 +po
56 59 *.orig
57 60 *.patch
58 61 *.sh
... ...
Makefile.in
... ... @@ -549,7 +549,7 @@ $(BINDBG)/$(SONAME): \
549 549 @$(MKDIR) $(@D)
550 550 @echo $< ...
551 551 @$(LD) \
552   - -shared -Wl,-soname,$(@F) \
  552 + @DLL_LDFLAGS@ \
553 553 -o $@ \
554 554 -L$(BINDBG) \
555 555 $(LDFLAGS) \
... ...