summaryrefslogtreecommitdiff
path: root/v4l2-apps/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-apps/test/Makefile')
-rw-r--r--v4l2-apps/test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l2-apps/test/Makefile b/v4l2-apps/test/Makefile
index a996c0baf..e3879bc5e 100644
--- a/v4l2-apps/test/Makefile
+++ b/v4l2-apps/test/Makefile
@@ -21,10 +21,10 @@ clean::
install:
-../lib/libv4l2.a: ../lib/v4l2_driver.c ../lib/frequencies.c
- make -C ../lib libv4l2.a
+../lib/libv4l2util.a: ../lib/v4l2_driver.c ../lib/frequencies.c
+ make -C ../lib libv4l2util.a
-driver-test: driver-test.o ../lib/libv4l2.a
+driver-test: driver-test.o ../lib/libv4l2util.a
pixfmt-test: pixfmt-test.o
$(CC) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lX11