diff --git a/.gitignore b/.gitignore index a4cf954..69b1d80 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,9 @@ glade/v3270.xml *test.glade* ValgrindOut.xml *.crl +ABOUT-NLS +intl +po *.orig *.patch *.sh diff --git a/Makefile.in b/Makefile.in index ac8e85c..3e1b60a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -549,7 +549,7 @@ $(BINDBG)/$(SONAME): \ @$(MKDIR) $(@D) @echo $< ... @$(LD) \ - -shared -Wl,-soname,$(@F) \ + @DLL_LDFLAGS@ \ -o $@ \ -L$(BINDBG) \ $(LDFLAGS) \ -- libgit2 0.21.2