Fix 'make dist' when srcdir != builddir.
commit2e2fedeb393789c09706289e86dbeb805d308090
authorJohannes Sixt <j6t@kdbg.org>
Thu, 18 Dec 2008 21:46:56 +0000 (18 22:46 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 18 Dec 2008 21:46:56 +0000 (18 22:46 +0100)
treed1d7b913f2eca9aa08cc3016440258ac1d7e4877
parent7fd583519454eb037d87394bdc94a6a313f044ba
Fix 'make dist' when srcdir != builddir.

Since the PNG files of the pulse animation are not copied to the build
directory, the shell wild-card hi22-action-pulse0000*.png remains
unexpanded, and 'make dist' cannot find the "file" and exits. We use
GNU make $(shell ...) to expand the wild-card.
kdbg/pics/Makefile.am