mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 04:30:12 +01:00
test: Fix make dist
I don't know why this fixes the problem with make dist, but it does... Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
ad89533327
commit
7e62bc31c6
1 changed files with 3 additions and 2 deletions
|
|
@ -53,8 +53,6 @@ libxservertest_la_LIBADD += \
|
|||
$(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \
|
||||
@XORG_LIBS@
|
||||
|
||||
EXTRA_DIST = ddxstubs.c
|
||||
|
||||
else
|
||||
nodist_libxservertest_la_SOURCES = \
|
||||
ddxstubs.c \
|
||||
|
|
@ -110,3 +108,6 @@ endif
|
|||
|
||||
libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = ddxstubs.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue