diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-07 12:38:11 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-07 12:38:11 +0300 |
commit | 55c18e47596b6be9f19b33deb6c5cd0e798decd8 (patch) | |
tree | 06bc41c6acd62a7f58461d1c82f5ddcd67691eaf /Makefile | |
parent | 936d8d57853e1ffbe1f46874b7ba9194e26cccb9 (diff) | |
download | libmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.tar.gz libmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.tar.bz2 libmts-io-55c18e47596b6be9f19b33deb6c5cd0e798decd8.zip |
[MTS-MTQ] refactoring: public symbols visibility
Make exported ICellularRadio and CellularRadioFactory only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ OBJS += \ CC := $(CXX) #-Werror -CXXFLAGS += -Wall -std=c++0x -fmessage-length=0 -fPIC +CXXFLAGS += -Wall -std=c++0x -fmessage-length=0 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden CPPFLAGS += -I=/usr/include/jsoncpp -Iinclude LDFLAGS += -s -shared -Wl,-soname,$(APPNAME).so.0 |