mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 18:20:05 +01:00
test: Fix make dist
It seems like make dist should be doing te right thing without this commit, but it's not in some cases. Don't ask me to explain why. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
d97868d934
commit
d1ef0d4964
1 changed files with 3 additions and 2 deletions
|
|
@ -54,8 +54,6 @@ libxservertest_la_LIBADD += \
|
|||
$(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \
|
||||
@XORG_LIBS@
|
||||
|
||||
EXTRA_DIST = ddxstubs.c
|
||||
|
||||
else
|
||||
nodist_libxservertest_la_SOURCES = \
|
||||
ddxstubs.c \
|
||||
|
|
@ -111,3 +109,6 @@ endif
|
|||
|
||||
libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = ddxstubs.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue