mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Fix build with --enable-installed-tests
Space, the ultimate frontier...and the breaker of Makefiles.
This commit is contained in:
parent
3084286874
commit
ada04546f0
@ -44,10 +44,10 @@ insttest_PROGRAMS = \
|
|||||||
cally-clone-example
|
cally-clone-example
|
||||||
|
|
||||||
%.test: %$(EXEEXT) Makefile
|
%.test: %$(EXEEXT) Makefile
|
||||||
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
||||||
echo 'Type=session' >> $@.tmp; \
|
echo 'Type=session' >> $@.tmp; \
|
||||||
echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \
|
echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \
|
||||||
mv $@.tmp $@)
|
mv $@.tmp $@)
|
||||||
|
|
||||||
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
||||||
testmeta_DATA = $(insttest_PROGRAMS:=.test)
|
testmeta_DATA = $(insttest_PROGRAMS:=.test)
|
||||||
|
Loading…
Reference in New Issue
Block a user