Project

General

Profile

Revision 1006

Threading issues worked out better... Ready to add motion.

View differences:

Makefile
16 16

  
17 17
INCLUDES = -I$(COMMON_DIR) -I$(CORE_DIR) -I$(GUI_DIR)
18 18

  
19
CFLAGS = -Wall
19
CFLAGS = -Wall -g
20 20
CFLAGS += $(INCLUDES)
21 21
CFLAGS += `pkg-config --cflags gtk+-2.0 gthread-2.0`
22 22

  

Also available in: Unified diff