]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: make sure check-api-docs sees each symbol just once 347/head
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jun 2015 19:32:38 +0000 (21:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jun 2015 23:13:07 +0000 (19:13 -0400)
commitb7b85f227c72681e4369d7368bda787be0ef3fa0
tree12673cd914c83c62758bb84d470021636b3ac98a
parent3ed18ce28c2a8058fa740ad27436a2d73f096488
build-sys: make sure check-api-docs sees each symbol just once

Given that some symbols are exposed by multiple libraries (due to the
compatibility libraries), let's ensure "make check-api-docs" only shows
each symbol once by filtering out duplicates.
Makefile.am