]> git.proxmox.com Git - mirror_frr.git/blobdiff - Makefile.am
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / Makefile.am
index 546aa85fe79de8c910aa225610db609a33389961..6dc8e0d354967e89a6d4d9361863783557d1ec62 100644 (file)
@@ -12,7 +12,9 @@ AM_CFLAGS = \
        # end
 AM_CPPFLAGS = \
        -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
-       -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib
+       -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib \
+       $(LUA_INCLUDE) \
+       # end
 AM_LDFLAGS = \
        -export-dynamic \
        $(AC_LDFLAGS) \
@@ -38,6 +40,12 @@ shvar-%:
 var-%:
        @echo "$($*)" >&$(VARFD)
 
+if ONLY_CLIPPY
+.DEFAULT_GOAL := clippy-only
+endif
+clippy-only: Makefile lib/clippy config.h
+.PHONY: clippy-only
+
 # overwriting these vars breaks cross-compilation.  let's be helpful and warn.
 #
 # note: "#AUTODERP# " will be removed from Makefile by configure.  These are
@@ -117,6 +125,7 @@ include doc/manpages/subdir.am
 include doc/developer/subdir.am
 include include/subdir.am
 include lib/subdir.am
+include mlag/subdir.am
 include zebra/subdir.am
 include watchfrr/subdir.am
 include qpb/subdir.am
@@ -145,6 +154,7 @@ include staticd/subdir.am
 include bfdd/subdir.am
 include yang/subdir.am
 include yang/libyang_plugins/subdir.am
+include vrrpd/subdir.am
 
 include vtysh/subdir.am
 include tests/subdir.am
@@ -186,7 +196,6 @@ EXTRA_DIST += \
        snapcraft/defaults \
        snapcraft/helpers \
        snapcraft/snap \
-       \
        babeld/Makefile \
        bgpd/Makefile \
        bgpd/rfp-example/librfp/Makefile \
@@ -216,10 +225,9 @@ EXTRA_DIST += \
        vtysh/Makefile \
        watchfrr/Makefile \
        zebra/Makefile \
+       vrrpd/Makefile \
        # end
 
-noinst_HEADERS += defaults.h
-
 clean-local: clean-python
 .PHONY: clean-python
 clean-python: