diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-23 14:46:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-23 14:46:26 +0200 |
commit | c4aee4fe3133127f16d3967e74e52b262438d57f (patch) | |
tree | c823c34d984a9ca610c878b423e807e12ba2012b /Makefile.am | |
parent | Merge pull request #2672 from pcarana/pcarana-add-rpki-rh (diff) | |
parent | ospf6d: remove VERSION_TYPE_DEV from CONFDATE checks (diff) | |
download | frr-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.am | 3 |
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 = |