]> git.saurik.com Git - apt.git/blobdiff - apt-private/makefile
calculate Percent as part of pkgAcquireStatus to provide a weighted percent for both...
[apt.git] / apt-private / makefile
index 9b074f1897027b2a8285ab8b990d58d370cecdff..09736c6d3a43625d276ce1f50ba85154e4c61b64 100644 (file)
@@ -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 progress
+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)