build-sys: Use libgdbus-internal.la
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 3 Jul 2013 12:49:36 +0000 (09:49 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 18 Jul 2013 14:54:17 +0000 (07:54 -0700)
commitba9d78d2298c643c2a0c47c52dbb420f901e8650
tree8df4f8368f18e6640f5b05e1fd9fa37a9a5ee65b
parentcf031b11f92022b5454e1e6c33ad9049262e0721
build-sys: Use libgdbus-internal.la

With the current approach if we have different CFLAGS for each binary we would
build gdbus several times for no reason.

Instead of prepending $(gdbus_sources) to several _SOURCES variable, use
a convenience library thas is used internally only, thus with a "-internal"
suffix.
Makefile.am