]> git.meshlink.io Git - meshlink/commit
Ensure -export-symbols-regex is not lost.
authorGuus Sliepen <guus@meshlink.io>
Tue, 8 May 2018 15:05:00 +0000 (17:05 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 8 May 2018 15:05:00 +0000 (17:05 +0200)
commit7afe8daaf5ba221968a3e2beff61fa653f497cb1
treeb7d8858ed0755951ae00ba39e0a5abb8da23b2c8
parent139c3b33e3cf540bfb1412e653f589d11efe38e0
Ensure -export-symbols-regex is not lost.

An earlier commit accidentily caused libmeshlink_la_LDFLAGS to be
overwritten later in src/Makefile.am, and this caused
-export-symbols-regex to be dropped, thereby exposing internal symbols
of the library.
src/Makefile.am