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
|
@ -54,8 +54,6 @@ libxservertest_la_LIBADD += \
|
||||||
$(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \
|
$(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \
|
||||||
@XORG_LIBS@
|
@XORG_LIBS@
|
||||||
|
|
||||||
EXTRA_DIST = ddxstubs.c
|
|
||||||
|
|
||||||
else
|
else
|
||||||
nodist_libxservertest_la_SOURCES = \
|
nodist_libxservertest_la_SOURCES = \
|
||||||
ddxstubs.c \
|
ddxstubs.c \
|
||||||
|
@ -111,3 +109,6 @@ endif
|
||||||
|
|
||||||
libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD)
|
libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST = ddxstubs.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue