From c4af9b0ce0a2ea256fc7b01214fb1867f6cadec5 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 3 Jul 2012 18:30:14 +0200 Subject: [PATCH] Get the shared library suffix from the build system --- config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h.in b/config.h.in index 39fcf5b..9c0c951 100644 --- a/config.h.in +++ b/config.h.in @@ -4,6 +4,8 @@ #define BUILD_OS "@os@" #define BUILD_CPU "@cpu@" +#define BUILD_LIBRARY_SUFFIX "@CMAKE_SHARED_LIBRARY_SUFFIX@" + #cmakedefine HAVE_JPEG_MEM_SRC #cmakedefine ID_ENABLE_CURL