diff --git a/vidix/Makefile b/vidix/Makefile index f850a61cf9..75e83968d4 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -1,7 +1,7 @@ -LIBNAME = libvidix.a - include ../config.mak +LIBNAME = libvidix.a + SRCS = vidixlib.c OBJS = $(SRCS:.c=.o)