xwin: automake: remove unused {SRCS, DEFS}_{NATIVEGDI, PRIMARYFB}
Left over from the following commits:8465ee788f
xwin: Remove native GDI engine (v2)c79f824bf6
xwin: Remove primary DirectDraw engine v2: drop leading - in the makefile Cc: Adam Jackson <ajax@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk> (v1)
This commit is contained in:
parent
69fe6156ec
commit
591ac95f73
|
@ -102,15 +102,11 @@ SRCS = InitInput.c \
|
|||
$(SRCS_CLIPBOARD) \
|
||||
$(SRCS_MULTIWINDOW) \
|
||||
$(SRCS_MULTIWINDOWEXTWM) \
|
||||
$(SRCS_NATIVEGDI) \
|
||||
$(SRCS_PRIMARYFB) \
|
||||
$(SRCS_RANDR)
|
||||
|
||||
DEFS = \
|
||||
$(DEFS_GLX_WINDOWS) \
|
||||
$(DEFS_MULTIWINDOWEXTWM) \
|
||||
$(DEFS_NATIVEGDI) \
|
||||
$(DEFS_PRIMARYFB)
|
||||
$(DEFS_MULTIWINDOWEXTWM)
|
||||
|
||||
XWin_SOURCES = $(SRCS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue