diff options
Diffstat (limited to 'libltdl/ltdl.c')
-rw-r--r-- | libltdl/ltdl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index a1a09180c..d3577a709 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -184,6 +184,7 @@ struct lt_dlhandle_struct { #define LT_DLSTRERROR(name) lt_dlerror_strings[LT_CONC(LT_ERROR_,name)] static const char objdir[] = LTDL_OBJDIR; +#define LTDL_SHLIB_EXT ".so" #ifdef LTDL_SHLIB_EXT static const char shlib_ext[] = LTDL_SHLIB_EXT; #endif |