Skip to content

Commit

Permalink
fcoe-utils: copy over header files from libhbalinux
Browse files Browse the repository at this point in the history
they're not really part of the libhbalinux interface

Signed-off-by: Chris Leech <christopher.leech@intel.com>
  • Loading branch information
Chris Leech committed Feb 28, 2009
1 parent 4441f52 commit 9bd7330
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.fcoeadm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ MANPAGES = fcoeadm.8
CFLAGS += -fPIC -O0 -g -Wall -Werror
CFLAGS += -D$(OSNAME) -D_GNU_SOURCE
CFLAGS += -I.
CFLAGS += -I/usr/local/include/libhbalinux
CFLAGS += -Iinclude

ifeq ($(shell uname -i),x86_64)
CFLAGS += -m64
Expand Down
2 changes: 1 addition & 1 deletion Makefile.fcoemon
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MANPAGES = fcoemon.8
CFLAGS += -fPIC -O0 -g -Wall -Werror
CFLAGS += -D$(OSNAME) -D_GNU_SOURCE
CFLAGS += -I.
CFLAGS += -I/usr/local/include/libhbalinux
CFLAGS += -Iinclude
CFLAGS += -I//usr/local/include/dcbd

ifeq ($(shell uname -i),x86_64)
Expand Down
Loading

0 comments on commit 9bd7330

Please sign in to comment.