mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Trying to get this library to build on 10.3
This commit is contained in:
parent
a013140fce
commit
35257c4ff4
1 changed files with 2 additions and 5 deletions
|
@ -3,17 +3,14 @@ INCLUDES = $(all_includes)
|
|||
BUILT_SOURCES = grammar.h
|
||||
|
||||
AM_YFLAGS = -d -p libaalogparse_
|
||||
AM_LFLAGS =
|
||||
|
||||
changehatdir = $(includedir)/sys
|
||||
changehat_HEADERS = apparmor.h
|
||||
AM_LFLAGS = --header-file=scanner.h
|
||||
|
||||
libaalogparsedir = $(includedir)/aalogparse
|
||||
|
||||
lib_LTLIBRARIES = libaalogparse.la
|
||||
noinst_HEADERS = aalogparse.h grammar.h parser.h scanner.h apparmor.h
|
||||
|
||||
libaalogparse_la_SOURCES = scanner.l grammar.y libaalogparse.c change_hat.c libimmunix_warning.c
|
||||
libaalogparse_la_SOURCES = scanner.l grammar.y libaalogparse.c
|
||||
|
||||
libaalogparse_la_LDFLAGS = -module
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue