summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-06-30 17:58:07 +0200
committerEric Anholt <anholt@FreeBSD.org>2006-06-30 17:58:07 +0200
commit5fb5bab94ed1511559d2134b81fcfec89ee44d6d (patch)
tree20dca4d5b365f39e3384c96a64daabf1e070bd60
parentb70311250baa8e26b1d218679468ee6763c3a137 (diff)
Add include/libs pointing at /usr/X11R6 for convenience.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d4e44f..8782954 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ BENCHMARKS= \
texturedtext-xlib \
remenic-gradient
-MYCFLAGS=-Wall `pkg-config --cflags cairo libpng12`
-MYLDFLAGS=`pkg-config --libs cairo libpng12`
+MYCFLAGS=-Wall `pkg-config --cflags cairo libpng12` -I/usr/X11R6/include
+MYLDFLAGS=`pkg-config --libs cairo libpng12` -L/usr/X11R6/lib
MYOBJS=tools.o