VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode
[vpp.git] / src / plugins / Makefile.am
index e1ead76..1000ee8 100644 (file)
@@ -14,7 +14,7 @@
 
 AUTOMAKE_OPTIONS = foreign subdir-objects
 
-AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall -I${top_srcdir} -I${top_builddir}
+AM_CFLAGS = @CPU_FLAGS@ -Wall -I${top_srcdir} -I${top_builddir}
 AM_LDFLAGS = -module -shared -avoid-version
 AM_LIBTOOLFLAGS = --quiet
 SUFFIXES = .api.h .api .api.json
@@ -87,6 +87,10 @@ if ENABLE_MACTIME_PLUGIN
 include mactime.am
 endif
 
+if ENABLE_MAP_PLUGIN
+include map.am
+endif
+
 if ENABLE_MARVELL_PLUGIN
 include marvell.am
 endif
@@ -95,6 +99,14 @@ if ENABLE_MEMIF_PLUGIN
 include memif.am
 endif
 
+if ENABLE_NAT_PLUGIN
+include nat.am
+endif
+
+if ENABLE_NSH_PLUGIN
+include nsh.am
+endif
+
 if ENABLE_PPPOE_PLUGIN
 include pppoe.am
 endif
@@ -111,14 +123,6 @@ if ENABLE_SRV6AS_PLUGIN
 include srv6_as.am
 endif
 
-if ENABLE_NAT_PLUGIN
-include nat.am
-endif
-
-if ENABLE_MAP_PLUGIN
-include map.am
-endif
-
 if ENABLE_STN_PLUGIN
 include stn.am
 endif