aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 17:50:30 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 19:01:07 -0700
commit78b038182f33a22196289e4a34cb411b7ca96543 (patch)
tree287600fdf5744854ee9348d67be6735d107d7c26 /tests
parentdb5c6864ca7765b01d904ff1179d6522198c6d70 (diff)
separate makefile configuration section from rules section
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f87964b..016315e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -6,6 +6,8 @@ CPPFLAGS = -DERRORCHECK_MUTEXES -I ../
#REQ_PKGS = gtk+-3.0 webkitgtk-3.0
#CPPFLAGS = -DERRORCHECK_MUTEXES -DGTK3 -I ../
+# --- configuration ends here ---
+
REQ_PKGS += libsoup-2.4 gthread-2.0 glib-2.0
ARCH:=$(shell uname -m)