[build] dist tests/interactive/wrapper.sh
in tests/interactive/Makefile.am add wrapper.sh to EXTRA_DIST otherwise interactive unit tests wont be runnable when building from distributed tarballs.
This commit is contained in:
parent
c9c87543e8
commit
71c4fa0f73
@ -87,3 +87,6 @@ test_interactive_SOURCES = test-main.c $(UNIT_TESTS)
|
||||
test_interactive_CPPFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
|
||||
test_interactive_LDFLAGS = -export-dynamic
|
||||
test_interactive_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
|
||||
|
||||
EXTRA_DIST = wrapper.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user