diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 358e4717..70e2ca0e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -37,6 +37,14 @@ AM_CFLAGS += $(MBIM_CFLAGS) AM_LDFLAGS += $(MBIM_LIBS) endif +# Common compiler/linker flags for shared utils +SHARED_COMMON_COMPILER_FLAGS = \ + $(NULL) +SHARED_COMMON_LINKER_FLAGS = \ + -module \ + -avoid-version \ + $(NULL) + # Common compiler/linker flags for plugins PLUGIN_COMMON_COMPILER_FLAGS = \ $(NULL) |