diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-18 15:57:44 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-18 15:57:44 -0800 |
commit | eedef7adc53dd8337d27c02551c5778fb43bae05 (patch) | |
tree | 67c1cc6c6d44dc76b625efda733fc2d6050daa0c /src/sil164/Makefile.am | |
parent | 8983845f91cacf8110c70121e0f5f293fe443e6d (diff) |
Add a detect() function for DVO chips, and implement it on sil164.
Diffstat (limited to 'src/sil164/Makefile.am')
-rw-r--r-- | src/sil164/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sil164/Makefile.am b/src/sil164/Makefile.am index bb84d036..d4c0cbd2 100644 --- a/src/sil164/Makefile.am +++ b/src/sil164/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@ +AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I../ sil164_la_LTLIBRARIES = sil164.la sil164_la_LDFLAGS = -module -avoid-version |