OSDN Git Service

build-sys: Don't build gdbus several times
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 3 Jul 2013 12:29:20 +0000 (09:29 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 18 Jul 2013 14:31:50 +0000 (07:31 -0700)
commitc97860db272807d43cba88275d38de2af4084bfa
treecd13aa60a33eb2a88d220e299bab9a8048aea470
parent0585eb43c6d3d3102c4a07646d7c39ddcaede92b
build-sys: Don't build gdbus several times

We are currently compiling gdbus 3 times: one for tests, one for
bluetoothd and another for obexd.

$ ls gdbus/*watch.o
gdbus/bluetoothd-watch.o  gdbus/obexd-watch.o  gdbus/watch.o

Instead of prepending $(gdbus_sources) to several _SOURCES variable, use
a convenience library.
Makefile.am
Makefile.obexd
Makefile.tools