dpdkstat: fix configure.ac and src/Makefile
authorMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 2 May 2016 19:04:11 +0000 (20:04 +0100)
committerKim Jones <kim-marie.jones@intel.com>
Thu, 28 Jul 2016 12:19:27 +0000 (13:19 +0100)
commitef5a03b12c0c75847a77cacd1f6fabf44c109df4
treec3def81006b3dfcfae76af84fb7d64ed5ddf7203
parent6e2f4268da0fc4b3d71e2a558e112a367806d975
dpdkstat: fix configure.ac and src/Makefile

Fix configuration.ac and src/Makefile based on comments from pull
request review.
  * Removed unnecessary libs.
  * Removed unnecessary compilation flags.
  * Fixed indentation in configure.ac
  * Remove duplicate AC_CHECK_LIB check.
  * Compare FOUND_DPDK with xtrue explicitly.
  * Change standalone instances of dpdk to libdpdk.
  * Add BUILD_WITH_DPDK_LIBS to dpdkstat_la_LIBADD.

Change-Id: I27b0c888f81cac3219fdc97174e31770dbd5e746
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
configure.ac
src/Makefile.am