diff options
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 5c614bc57c..84f3c1f9e5 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -115,6 +115,9 @@ PAPIDIR := @PAPIDIR@ # Disable LLC diffs for testing. @DISABLE_LLC_DIFFS@ +# Shared library extension for this platform. +SHLIBEXT = @SHLIBEXT@ + ########################################################################### # Directory Configuration # This section of the Makefile determines what is where. To be |