summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-03-30 13:49:45 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-03-30 14:34:39 +0200
commit8e6cc2b801c3afa1ec889c434167b06d9b3fb8bc (patch)
tree3d93894d1c345978146594f58276d255aadaa046 /Makefile
parent70644138635b87546b23a4621d9759d5652749a8 (diff)
downloadcv-8e6cc2b801c3afa1ec889c434167b06d9b3fb8bc.tar.gz
cv-8e6cc2b801c3afa1ec889c434167b06d9b3fb8bc.tar.bz2
cv-8e6cc2b801c3afa1ec889c434167b06d9b3fb8bc.zip
roi: Move to a gtk based selecton-interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 879d1af..1d9e0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
CC = gcc
CFLAGS = -ggdb -std=c99 -pedantic -Wall $(DEFINES) \
- $(shell pkg-config --cflags gdk-pixbuf-2.0 glib-2.0 gthread-2.0) \
+ $(shell pkg-config --cflags gdk-pixbuf-2.0 gtk+-2.0 glib-2.0 gthread-2.0) \
-DN_THREADS=$(shell grep -c ^processor /proc/cpuinfo || echo 2)
LDFLAGS = $(LIBS) -lm \
- $(shell pkg-config --libs gdk-pixbuf-2.0 glib-2.0 gthread-2.0)
+ $(shell pkg-config --libs gdk-pixbuf-2.0 gtk+-2.0 glib-2.0 gthread-2.0)
PROGS = wimmel wimmel_gl roi
OBJS = wimmel.o wimmel_gl.o util.o roi.o