Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2006 18:33:50 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95812 for review
Message-ID:  <200604211833.k3LIXoD7097576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95812

Change 95812 by millert@millert_g5tower on 2006/04/21 18:33:00

	Fix libselinux include path

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsemanage/src/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsemanage/src/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 include ../../../Makeconfig
 
-CFLAGS+= -I$(EXPORT_HDRS)/bsd -idirafter $(EXPORT_HDRS)/osfmk -I../.. -I../include -I../include/selinux -I../../libsepol/include
+CFLAGS+= -I$(EXPORT_HDRS)/bsd -idirafter $(EXPORT_HDRS)/osfmk -I../.. -I../include -I../../libselinux/include -I../../libsepol/include
 
 # Installation directories.
 PREFIX ?= $(DESTDIR)/usr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604211833.k3LIXoD7097576>