Skip to content

Commit

Permalink
adding blueswitch test
Browse files Browse the repository at this point in the history
  • Loading branch information
crotsos committed Jul 22, 2015
1 parent f8397f4 commit 49d0a1c
Show file tree
Hide file tree
Showing 2 changed files with 740 additions and 0 deletions.
11 changes: 11 additions & 0 deletions example_modules/openflow_add_flow_blueswitch/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
TOP=../..
OFSRC=@openflowsrc@

AM_CFLAGS=-Wall -I$(OFSRC)/include -I$(TOP) -Wshadow -I$(TOP)/netfpga-packet-generator-c-library/include
AM_LDFLAGS=-L$(TOP) -lm -L$(OFSRC)/lib/

LDADD=-ldl -lpcap -loflops_test -lopenflow

lib_LTLIBRARIES=libopenflow_add_flow_blueswitch.la

libopenflow_add_flow_blueswitch_la_SOURCES= add_flow.c
Loading

0 comments on commit 49d0a1c

Please sign in to comment.