OSDN Git Service

Makefile: Remove unneeded LDADDs
authorHarish Krupo <harish.krupo.kps@intel.com>
Sun, 26 Nov 2017 00:11:43 +0000 (05:41 +0530)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Sat, 23 Dec 2017 03:37:15 +0000 (19:37 -0800)
commite51699b7cdd3b977ecfe3851057026b7b8a87d68
tree2db1433522d87bb3f43f356260fb82f0324ca7eb
parent5c1d7094bbe05186a3f16465d0fc25767b17eb79
Makefile: Remove unneeded LDADDs

The LDADD for libhwcomposer_{common,wsi} is not needed as it is
already linked into libhwcomposer.so in the linker flags as whole
archives. Adding this causes "multiple definition" errors during
linking.

Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
Makefile.am