aboutsummaryrefslogtreecommitdiff
path: root/platform/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'platform/Makefile.inc')
-rw-r--r--platform/Makefile.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/platform/Makefile.inc b/platform/Makefile.inc
index 1621d9804..5acc8bf03 100644
--- a/platform/Makefile.inc
+++ b/platform/Makefile.inc
@@ -7,14 +7,11 @@ pkgconfig_DATA = $(top_builddir)/pkgconfig/libodp-linux.pc
VPATH = $(srcdir) $(builddir)
-AM_LDFLAGS += -version-number '$(ODP_LIBSO_VERSION)'
+AM_LDFLAGS = -version-number '$(ODP_LIBSO_VERSION)'
-AM_CFLAGS += "-DGIT_HASH=$(VERSION)"
+AM_CFLAGS = "-DGIT_HASH=$(VERSION)"
AM_CFLAGS += $(VISIBILITY_CFLAGS)
-#The implementation will need to retain the deprecated implementation
-AM_CFLAGS += -Wno-deprecated-declarations
-
AM_CFLAGS += @PTHREAD_CFLAGS@
odpapispecincludedir= $(includedir)/odp/api/spec