Squashed commit of the following:
commit
b158a2712ae7a41e8b2fac760358c209f6378a0d
Author: Steve Chew <stechew@cisco.com>
Date: Fri Sep 15 18:06:20 2017 -0400
Install the appid_api.h header to be used by FirewallInspector module.
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing" )
set (APPID_INCLUDES
+ appid_api.h
application_ids.h
)
x_includedir = $(pkgincludedir)/network_inspectors/appid
x_include_HEADERS = \
+appid_api.h \
application_ids.h
AM_CPPFLAGS+=-I$(top_srcdir)/src/network_inspectors/appid -fno-strict-aliasing