diff options
Diffstat (limited to 'vidix/Makefile')
-rw-r--r-- | vidix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |