diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -2,6 +2,9 @@ bin:=$(notdir $(shell pwd))  src:=$(wildcard *.c)  obj:=$(src:.c=.o) +obj+=\ +	toolbox/buffer.o +  libs:=\  	libva \  	libva-drm \ | 
