diff options
author | Adam Jackson <ajax@redhat.com> | 2008-01-11 23:38:48 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-29 16:01:15 -0500 |
commit | 4cb4817c1072e1d31333db47d95f71d08bf0d1dc (patch) | |
tree | d979e80f4cd7ca9f1a580b206630981b00c0728f /hw/xfree86/utils | |
parent | e65e51a99b17a0510782775f010e9820ca567fcb (diff) |
Remove the duplicate copy of xf86cvt.c
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r-- | hw/xfree86/utils/cvt/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/xfree86/utils/cvt/Makefile.am b/hw/xfree86/utils/cvt/Makefile.am index 365c6cb88..4db175fbd 100644 --- a/hw/xfree86/utils/cvt/Makefile.am +++ b/hw/xfree86/utils/cvt/Makefile.am @@ -28,11 +28,13 @@ bin_PROGRAMS = cvt -INCLUDES = $(XORG_INCS) +INCLUDES = $(XORG_INCS) \ + -I$(top_srcdir)/hw/xfree86/ddc \ + -I$(top_srcdir)/hw/xfree86/parser DUMMYLIB_SRCDIR = $(XFREE86_SRCDIR)/dummylib # gah -cvt_SOURCES = cvt.c $(top_srcdir)/hw/xfree86/common/xf86cvt.c +cvt_SOURCES = cvt.c $(top_srcdir)/hw/xfree86/modes/xf86cvt.c cvt_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) cvt_LDADD = $(top_builddir)/hw/xfree86/dummylib/libdummy-nonserver.a |