blob: 7b6e460b82b5a58f83e3516e398a1355e1069fe1 (
plain) (
tree)
|
|
# Setup OS specific variables
# Copyright 2008 Roy Marples <roy@marples.name>
SRC_PF= lpf.c
SRC_IF= if-linux.c
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=600
LIBRT= -lrt
# Nasty hack - see source for why
SRC_IF+= if-linux-wireless.c
|