Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 097d70ef0dd91df57700757abcebafdf > files > 6

lib64audit-devel-2.3.2-2.5.mga4.x86_64.rpm

CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse -laudit
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o