On Thu, 2008-03-06 at 17:02 -0500, Todd C. Miller wrote: > Now that the bulk of policy_parse.y has been split out into > policy_define.c, libsepol/tests/Makefile needs to link against > policy_define.o too. > > Signed-off-by: Todd C. Miller <tmiller@xxxxxxxxxx> Acked-by: Stephen Smalley <sds@xxxxxxxxxxxxx> Merge at will. > > Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > Index: trunk/libsepol/tests/Makefile > =================================================================== > --- trunk/libsepol/tests/Makefile (revision 2843) > +++ trunk/libsepol/tests/Makefile (working copy) > @@ -16,8 +16,9 @@ > > # test program object files > objs := $(patsubst %.c,%.o,$(wildcard *.c)) > -parserobjs := $(CHECKPOLICY)queue.o $(CHECKPOLICY)y.tab.o $(CHECKPOLICY)parse_util.o $(CHECKPOLICY)lex.yy.o \ > - $(CHECKPOLICY)module_compiler.o > +parserobjs := $(CHECKPOLICY)queue.o $(CHECKPOLICY)y.tab.o \ > + $(CHECKPOLICY)parse_util.o $(CHECKPOLICY)lex.yy.o \ > + $(CHECKPOLICY)policy_define.o $(CHECKPOLICY)module_compiler.o > > # test policy pieces > m4support := $(wildcard policies/support/*.spt) -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.