[telepathy-qt4/master] telepathy-qt4-farsight: compile with -fvisibility=hidden, and warnings
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Dec 4 07:51:16 PST 2009
In practice, there's only one symbol, and we export it :-) Still, it's
good to be consistent about these things.
---
TelepathyQt4/Farsight/Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Farsight/Makefile.am b/TelepathyQt4/Farsight/Makefile.am
index a53efad..6350c72 100644
--- a/TelepathyQt4/Farsight/Makefile.am
+++ b/TelepathyQt4/Farsight/Makefile.am
@@ -8,6 +8,10 @@ AM_CPPFLAGS = \
$(TP_FARSIGHT_CFLAGS) \
$(TP_QT4_CFLAGS)
+AM_CXXFLAGS = \
+ $(ERROR_CXXFLAGS) \
+ $(VISIBILITY_HIDDEN_FLAGS)
+
lib_LTLIBRARIES = libtelepathy-qt4-farsight.la
# The quoting here is unnecessary but harmless, and has the useful side-effect
--
1.5.6.5
More information about the telepathy-commits
mailing list