PERFORCE change 95812 for review

Todd Miller millert at FreeBSD.org
Fri Apr 21 18:33:51 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95812

Change 95812 by millert at 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


More information about the p4-projects mailing list