X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3f506f684c6199a9a2bc68365732a9c00dc551c1..62f1ee1cc7a5e16ca0cbfbee3c00cefab1892f87:/apt-private/makefile diff --git a/apt-private/makefile b/apt-private/makefile index 1d179f0b2..09736c6d3 100644 --- a/apt-private/makefile +++ b/apt-private/makefile @@ -16,8 +16,9 @@ LIBRARY=apt-private MAJOR=0.0 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg +CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden -PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main +PRIVATES=list install download output cachefile cacheset update upgrade cmndline moo search show main utils sources SOURCE += $(foreach private, $(PRIVATES), private-$(private).cc) HEADERS += $(foreach private, $(PRIVATES), private-$(private).h)