summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-07-23 14:46:26 +0200
committerGitHub <noreply@github.com>2018-07-23 14:46:26 +0200
commitc4aee4fe3133127f16d3967e74e52b262438d57f (patch)
treec823c34d984a9ca610c878b423e807e12ba2012b /Makefile.am
parentMerge pull request #2672 from pcarana/pcarana-add-rpki-rh (diff)
parentospf6d: remove VERSION_TYPE_DEV from CONFDATE checks (diff)
downloadfrr-c4aee4fe3133127f16d3967e74e52b262438d57f.tar.xz
frr-c4aee4fe3133127f16d3967e74e52b262438d57f.zip
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ed22c60e7..f9fb23196 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,7 @@ include common.am
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
-I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib
-VERSION_TYPE := $(shell if echo $(VERSION) | grep -q '^[0-9\.]*$$'; then echo RELEASE ; else echo DEV ; fi)
-DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE) -DVERSION_TYPE_$(VERSION_TYPE)
+DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
LIBCAP = @LIBCAP@
EXTRA_DIST =