]> git.meshlink.io Git - meshlink/commitdiff
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)
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.


No differences found