diff options
author | Dave Airlie <airlied@linux.ie> | 2007-03-11 12:58:02 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-03-11 12:58:02 +1100 |
commit | 0d33fd3d03cef3a7e63d88ae441354390b37a937 (patch) | |
tree | 4262a0de1634e7ae10322288df80d8d8f537a69a /src/ivch | |
parent | 3c2d6e07bdf8daef6486b594aef0d22460eb2585 (diff) |
add XMODES flags to the i2c drivers
Diffstat (limited to 'src/ivch')
-rw-r--r-- | src/ivch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivch/Makefile.am b/src/ivch/Makefile.am index 40e26277..ace076c2 100644 --- a/src/ivch/Makefile.am +++ b/src/ivch/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$(srcdir)/.. -I$(srcdir)/../modes +AM_CFLAGS = @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../modes ivch_la_LTLIBRARIES = ivch.la ivch_la_LDFLAGS = -module -avoid-version |