X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fperftool.am;h=23e45033679e62fd4206e04c9c7c6d6857036768;hb=fe7d4a2e31529eed5416b38b520fdc84687df03c;hp=09f1681a7e36565e82f047e5bcac7c0b5c9a286d;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/perftool.am b/src/perftool.am index 09f1681a7e3..23e45033679 100644 --- a/src/perftool.am +++ b/src/perftool.am @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate +bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate elog_merge lib_LTLIBRARIES += libcperf.la @@ -38,4 +38,7 @@ cpelinreg_LDADD = $(PERFTOOL_LIBS) cpelstate_SOURCES = tools/perftool/cpelstate.c cpelstate_LDADD = $(PERFTOOL_LIBS) +elog_merge_SOURCES = tools/perftool/elog_merge.c +elog_merge_LDADD = $(PERFTOOL_LIBS) + # vi:syntax=automake