diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-03-06 14:31:16 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-03-06 14:31:16 -0800 |
commit | 806331f411df991dcd1a48108f9ff4e9bb480969 (patch) | |
tree | 60f753552eec1491d06bd1613b869b80c6bf46a5 | |
parent | 09d154246ab55846878e34bc133b08c11765c45b (diff) |
Add xf86gtf.c to the compat file list.
-rw-r--r-- | compat/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am index f5f8d93..de17f93 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = \ modes/xf86cvt.c \ modes/xf86DiDGA.c \ modes/xf86EdidModes.c \ + modes/xf86gtf.c \ modes/xf86Modes.c \ modes/xf86Modes.h \ modes/xf86RandR12.c \ diff --git a/src/Makefile.am b/src/Makefile.am index b7eacad..2677d9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,7 @@ xmode_sources = \ @modes_dir@/xf86Crtc.c \ @modes_dir@/xf86Cursors.c \ @modes_dir@/xf86EdidModes.c \ + @modes_dir@/xf86gtf.c \ @modes_dir@/xf86RandR12.c \ @modes_dir@/xf86RandR12.h \ @modes_dir@/xf86Rename.h \ |