summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile4
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)