libebook-contacts: Always use the C linker
authorMathias Hasselmann <mathias@openismus.com>
Thu, 7 Mar 2013 11:23:29 +0000 (12:23 +0100)
committerMathias Hasselmann <mathias@openismus.com>
Thu, 7 Mar 2013 13:05:09 +0000 (14:05 +0100)
commitddbef743eee52c7669523884cc43fb27901a5503
tree70ef3aa4efcdf853cc0d88a993788d5b577ba52e
parent56bc66ba1dbbf07d92c13c2bb28a64139d94f4be
libebook-contacts: Always use the C linker

Ensure that libebook-contacts always gets linked using the C linker,
instead of the C++ automake would prefer, because of the optional
e-phone-number-private.cpp file. Without this change linking with
explicitly disabled phone number support (--without-phonenumber)
would fail because no C++ linker is know. Similarly the library
would depend on the C++ standard library if phone number was
disabled automatically, because libphonenumber was not found.
addressbook/libebook-contacts/Makefile.am
configure.ac