aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fb43847..5f3fc42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ snapshot:
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
psplash-bar-img.h: base-images/psplash-bar.png
- ./make-image-header.sh $< BAR
+ $(top_srcdir)/make-image-header.sh $< BAR
psplash-poky-img.h: base-images/psplash-poky.png
- ./make-image-header.sh $< POKY
+ $(top_srcdir)/make-image-header.sh $< POKY