25 lines
1.2 KiB
Diff
25 lines
1.2 KiB
Diff
diff -up setools-3.3.6/libqpol/include/qpol/Makefile.am~ setools-3.3.6/libqpol/include/qpol/Makefile.am
|
|
--- setools-3.3.6/libqpol/include/qpol/Makefile.am~ 2009-07-14 14:03:27.000000000 -0400
|
|
+++ setools-3.3.6/libqpol/include/qpol/Makefile.am 2009-07-28 09:01:32.000000000 -0400
|
|
@@ -17,7 +17,7 @@ qpol_HEADERS = \
|
|
netifcon_query.h \
|
|
nodecon_query.h \
|
|
permissive_query.h \
|
|
- polcap_query.h
|
|
+ polcap_query.h \
|
|
policy.h \
|
|
policy_extend.h \
|
|
portcon_query.h \
|
|
diff -up setools-3.3.6/libseaudit/swig/python/Makefile.am~ setools-3.3.6/libseaudit/swig/python/Makefile.am
|
|
--- setools-3.3.6/libseaudit/swig/python/Makefile.am~ 2007-08-02 17:16:33.000000000 -0400
|
|
+++ setools-3.3.6/libseaudit/swig/python/Makefile.am 2009-08-11 12:40:39.000000000 -0400
|
|
@@ -10,7 +10,7 @@ BUILT_SOURCES = seaudit_wrap.c
|
|
|
|
AM_CFLAGS = @DEBUGCFLAGS@ @WARNCFLAGS@ @PROFILECFLAGS@ @SELINUX_CFLAGS@ \
|
|
@QPOL_CFLAGS@ @APOL_CFLAGS@ -I$(top_builddir) -fpic \
|
|
- -I$(top_srcdir)/libseaudit/include -D__attribute__\(x\)=''
|
|
+ -I$(top_srcdir)/libseaudit/include
|
|
AM_LDFLAGS = @DEBUGLDFLAGS@ @WARNLDFLAGS@ @PROFILELDFLAGS@ \
|
|
@APOL_LIB_FLAG@ @QPOL_LIB_FLAG@ @SEAUDIT_LIB_FLAG@ @XML_LIBS@
|
|
DEPENDENCIES = $(top_builddir)/libqpol/src/libqpol.so \
|