diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-22 19:01:46 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
commit | 64d44794fe8f17c0da6d73329600d12b45d740e5 (patch) | |
tree | 05285a753b6c933d459411f1278a82ffccbf7a48 /Makefile.am | |
parent | build: convert lib/ to non-recursive build (diff) | |
download | frr-64d44794fe8f17c0da6d73329600d12b45d740e5.tar.xz frr-64d44794fe8f17c0da6d73329600d12b45d740e5.zip |
build: convert zebra/ to non-recursive build
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0ec8986b7..415b80d51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,30 +3,36 @@ AUTOMAKE_OPTIONS = subdir-objects 1.12 include common.am -AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir) -I$(top_builddir)/lib AM_CFLAGS = $(WERROR) DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" +LIBCAP = @LIBCAP@ EXTRA_DIST = BUILT_SOURCES = +examplesdir = $(exampledir) + bin_PROGRAMS = sbin_PROGRAMS = noinst_PROGRAMS = noinst_HEADERS = noinst_LIBRARIES = lib_LTLIBRARIES = +module_LTLIBRARIES = pkginclude_HEADERS = +dist_examples_DATA = include lib/subdir.am +include zebra/subdir.am -SUBDIRS = . qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \ +SUBDIRS = . qpb fpm @LIBRFP@ @RFPTEST@ \ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @LDPD@ \ @ISISD@ @PIMD@ @NHRPD@ @EIGRPD@ @BABELD@ \ @WATCHFRR@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ redhat @SOLARIS@ tests tools snapcraft -DIST_SUBDIRS = . qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \ +DIST_SUBDIRS = . qpb fpm bgpd ripd ripngd ospfd ospf6d ldpd \ isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ solaris pimd nhrpd eigrpd bgpd/rfp-example/librfp \ bgpd/rfp-example/rfptest tools snapcraft babeld python \ |