diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-02-15 23:09:43 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-02-15 23:09:43 -0800 |
commit | 17e38e39a49b2a96e31cca4a0b922631c5f7879e (patch) | |
tree | c285a5ce39e95626976996e72a8bff66d33d0199 | |
parent | 8e7bc4b1f95f5d62ff18cd94f14f5e3949ef6a29 (diff) |
Enable mode setting function renames from shared code.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3a0fcca..3f680c71 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 # _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 = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ - -DI830_XV -DI830_USE_XAA -DI830_USE_EXA + -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -DXF86_MODES_RENAME AM_INCLUDES=-Iparser -Imodes |