mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-19 08:00:35 +01:00
ddc: mv xf86DDC.c ddc.c
This commit is contained in:
parent
8eb82168fc
commit
0b36f68efb
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ sdk_HEADERS = edid.h xf86DDC.h
|
|||
|
||||
noinst_LTLIBRARIES = libddc.la
|
||||
|
||||
libddc_la_SOURCES = xf86DDC.c interpret_edid.c print_edid.c ddcProperty.c
|
||||
libddc_la_SOURCES = ddc.c interpret_edid.c print_edid.c ddcProperty.c
|
||||
|
||||
INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue