]> git.lyx.org Git - features.git/commitdiff
Add missing images to source package
authorGeorg Baum <baum@lyx.org>
Tue, 14 Jun 2016 20:30:26 +0000 (22:30 +0200)
committerGeorg Baum <baum@lyx.org>
Tue, 14 Jun 2016 20:30:26 +0000 (22:30 +0200)
Thanks to Kornel for noticing.
We cannot use ${x} style variables with autotools, these work only in the
final Makefile. We need to use $(x).

lib/Makefile.am

index 0bee13c1d805b5e93de14bc07e6f5f1a0698689d..ec05c79bf569bb18c238b956bef91bee9e1b7c5e 100644 (file)
@@ -587,9 +587,9 @@ dist_images_DATA = \
        images/psnfss3.png \
        images/psnfss4.png \
        images/standard.png \
-       ${dist_images_DATA1X} \
-       ${dist_images_DATA2X} \
-       ${dist_images_DATA3X}
+       $(dist_images_DATA1X) \
+       $(dist_images_DATA2X) \
+       $(dist_images_DATA3X)
 
 imagesmathdir = $(imagesdir)/math
 dist_imagesmath_DATA = \
@@ -1727,7 +1727,7 @@ dist_imagesoxygen_DATA1X = \
 
 dist_imagesoxygen_DATA = \
        images/oxygen/iconsize.png \
-       ${dist_imagesoxygen_DATA1X}
+       $(dist_imagesoxygen_DATA1X)
 
 imagesmathoxygendir = $(imagesdir)/math/oxygen
 dist_imagesmathoxygen_DATA = \