Message ID | 1518062407-26798-3-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] configure: enable all Automake warnings and make them errors | expand |
diff --git a/platform/Makefile.inc b/platform/Makefile.inc index a39cf69bb..bb23a4cb4 100644 --- a/platform/Makefile.inc +++ b/platform/Makefile.inc @@ -9,9 +9,9 @@ lib_LTLIBRARIES = $(LIB)/libodp-linux.la AM_LDFLAGS = -version-number '$(ODP_LIBSO_VERSION)' if ODP_ABI_COMPAT -AM_LDFLAGS += -export-symbols-regex '^(_deprecated)?odp_' +AM_LDFLAGS += -export-symbols-regex '^(_deprecated_)?odp_' else -AM_LDFLAGS += -export-symbols-regex '^(_deprecated)?_?odp_' +AM_LDFLAGS += -export-symbols-regex '^(_deprecated_)?_?odp_' endif AM_CFLAGS = "-DGIT_HASH=$(VERSION)"