X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=e01e8a685c0b010fff61ced6262915283fd97962;hb=b7b33708f4a961288ea19a9fd7feb155ab975a04;hp=c24c2f996bc84c1f57f3d21e4c8068bc131010c6;hpb=1a0f1529fb2086dbbb93b3d8164389c844d84fab;p=my-code%2Fivac.git diff --git a/Makefile b/Makefile index c24c2f9..e01e8a6 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ INCLUDEDIR = /usr/include -CFLAGS = -DDEBUG -O3 -Wall -I/usr/X11/include -I/usr/include/directfb -DVIDEO_DEV=\"/dev/video\" +CFLAGS = -DDEBUG -O3 -Wall -I/usr/X11/include -I/usr/include/directfb -DVIDEO_DEV=\"/dev/v4l/video0\" LIBS = -L/usr/X11/lib -L/usr/lib/directfb-0.9.15 -lX11 -lXext -ldirectfb OBJS = minirgb.o webcam.o -OBJS2 = stream receive datagram dgramrcv +OBJS2 = stream receive datagram dgramrcv udp_rcv udp_send OBJS3 = dfb_api.o webcam: $(OBJS)