summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4de38d..107e34d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS := -Lisp
LIBS := -lomap3isp -lrt
OBJ_LIVE := live.o events.o iq.o videoout.o
-OBJ_SNAP := snapshot.o events.o
+OBJ_SNAP := snapshot.o events.o iq.o
%.o : %.c
$(CC) $(CFLAGS) -c -o $@ $<