lib: fixed missing GCC visibility bug for libbarrysync library
commit58afa85ab5364966daac927ca450748553161f78
authorChris Frey <cdfrey@foursquare.net>
Fri, 1 Oct 2010 06:00:07 +0000 (1 02:00 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 1 Oct 2010 06:02:53 +0000 (1 02:02 -0400)
treee7ad84f042fc52fab8319dd71426cd34543855e9
parent7b388e5cbf4952b31e5011bd1da473827a8c86e4
lib: fixed missing GCC visibility bug for libbarrysync library

When a library has its own flags variables in the form of
libbarrysync_la_CXXFLAGS, then these variables must include
AM_CXXFLAGS and AM_CFLAGS as well, otherwise they are not used.

This does not seem to be the case for the linker flags, as far as I
can tell.
ChangeLog
src/Makefile.am
src/vcard.h
src/vevent.h