VOM: Additions to allow uses to UT applications that use VOM
[vpp.git] / src / vpp-api / vom / Makefile.am
index 395b709..8eab140 100644 (file)
@@ -15,7 +15,7 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I m4
 AM_LIBTOOLFLAGS = --quiet
 
-AM_CXXFLAGS = -Wall -std=gnu++11 -I${top_srcdir} -I${top_builddir}/vpp-api/vapi/ -I$(top_srcdir)/vpp-api/ -I${libdir}/../include
+AM_CXXFLAGS = -Wall -std=gnu++11 -I${top_srcdir} -I${top_builddir}/vpp-api/vapi/ -I$(top_srcdir)/vpp-api/ -I${libdir}/../include -O0
 AM_LDFLAGS = -shared -no-undefined
 
 bin_PROGRAMS =
@@ -35,6 +35,7 @@ libvom_la_LIBADD =                                    \
        -lm -lrt
 
 libvom_la_SOURCES =                    \
+       types.cpp                       \
        acl_binding_cmds.cpp            \
        acl_binding.cpp                 \
        acl_l2_rule.cpp                 \
@@ -97,7 +98,6 @@ libvom_la_SOURCES =                   \
        sub_interface.cpp               \
        tap_interface.cpp               \
        tap_interface_cmds.cpp          \
-       types.cpp                       \
        vxlan_tunnel_cmds.cpp           \
        vxlan_tunnel.cpp