This reverts commit ded08bea2762ef3275aabed843413a7becce8c2b. This reverts a change to the Makefile which prevented fcping, fcnsq and fcrls from being compiled. These application will only work against 2.6.33 kernels so they needed to be removed from the build temporarily. ---
Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ae1d11a..a94ca7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## target programs, to be built and installed in $(prefix)/sbin -sbin_PROGRAMS = fcoeadm fipvlan +sbin_PROGRAMS = fcoeadm fcping fipvlan fcnsq fcrls if WITH_DCB sbin_PROGRAMS += fcoemon endif @@ -21,11 +21,11 @@ fcoeadm_LDFLAGS = $(HBAAPI_LIBS) ## rules for building fcping ## only listed sources get packaged, so must list all headers too -#fcping_SOURCES = fcping.c +fcping_SOURCES = fcping.c ## fcping uses HBAAPI, so get the right flags for compiling and linking -#fcping_CFLAGS = $(HBAAPI_CFLAGS) -#fcping_LDFLAGS = $(HBAAPI_LIBS) -lrt +fcping_CFLAGS = $(HBAAPI_CFLAGS) +fcping_LDFLAGS = $(HBAAPI_LIBS) -lrt ## rules for building fcoemon ## only listed sources get packaged, so must list all headers too _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
