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