summaryrefslogtreecommitdiff
path: root/src/ch7xxx
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-12-19 09:49:49 -0800
committerEric Anholt <eric@anholt.net>2006-12-19 09:49:49 -0800
commit3b5703c7fa08e63f2a31be7496ded9c70015946d (patch)
treea8d50a19e82fbeddeac533dc2e18f05e989eefb6 /src/ch7xxx
parentd89e211b12ff715d7475421af69157b102accaca (diff)
Respect the srcdir.
Diffstat (limited to 'src/ch7xxx')
-rw-r--r--src/ch7xxx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch7xxx/Makefile.am b/src/ch7xxx/Makefile.am
index d63c7fc9..7f3b1e1e 100644
--- a/src/ch7xxx/Makefile.am
+++ b/src/ch7xxx/Makefile.am
@@ -3,7 +3,7 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I../
+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/../
ch7xxx_la_LTLIBRARIES = ch7xxx.la
ch7xxx_la_LDFLAGS = -module -avoid-version