summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index fbe2ab11fb..2feb2b7088 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -481,6 +481,7 @@ endif
# to pass different flags for each flavor.
libtypes = $(foreach o,$(object-suffixes),$(libtype$o))
object-suffixes := .o
+all-object-suffixes := .o .so .po .go
libtype.o := lib%.a
ifeq (yes,$(build-shared))
# Under --enable-shared, we will build a shared library of PIC objects.