From f5fa4cfd2ddab00584b0382e8a8f9c26b18b5c09 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Apr 2016 11:39:18 -0400 Subject: driver: added -disable-shared support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 9da8d3f..091ec79 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -59,6 +59,7 @@ extern "C" { #define SLBT_DRIVER_ALL_STATIC 0x01000000 #define SLBT_DRIVER_DISABLE_STATIC 0x02000000 +#define SLBT_DRIVER_DISABLE_SHARED 0x04000000 /* execution modes */ enum slbt_mode { -- cgit v1.2.3