diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 00:13:31 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 00:13:31 -0700 |
commit | ae582bdd2107d7e0106d1d5a9a9d6b9e39f1c901 (patch) | |
tree | 0055ebf5bbfaab2f39829fab2a08465908e95649 /src/Makefile.am | |
parent | f7c62016f8bf9ced7d56f74ce26e13b6df040379 (diff) |
Always support G80.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d024283..b31ebea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,7 +66,6 @@ riva_sources = \ riva_type.h \ riva_xaa.c -if SUPPORT_G80 g80_sources = \ g80_cursor.c \ g80_cursor.h \ @@ -82,4 +81,3 @@ g80_sources = \ g80_type.h \ g80_xaa.c \ g80_xaa.h -endif |