improved webcam.c
[my-code/ivac.git] / Makefile
index 0924a8b..2c4f89a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -DDEBUG -O3 -Wall
+CFLAGS = -DDEBUG -O3 -Wall -I/usr/X11/include -L/usr/X11/lib -lX11
 
-OBJS = stream receive datagram dgramrcv
+OBJS = stream receive datagram dgramrcv webcam
 
 all: $(OBJS)