]> mj.ucw.cz Git - gallery.git/commitdiff
Fixed a typo in the Makefile
authorMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 19:15:40 +0000 (20:15 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:18 +0000 (21:14 +0100)
gal/Makefile

index 5c6a23bdc03052781ae2b706aebd64d22c10ff2a..f7d01c21d4df471d2382cd4a67ec79ab73195785 100644 (file)
@@ -1,7 +1,7 @@
 $(eval $(dir-setup))
 
 $(call lib-copy, UCW/Gallery.pm)
-$(call lib-copy, $(addprefix UCW/Gallery/, Web.pm HashCache.pm Archive.pm))
+$(call lib-copy, $(addprefix UCW/Gallery/, Web.pm Hashes.pm Archive.pm))
 $(call lib-copy, $(addprefix UCW/Gallery/Web/, Plain.pm NrtBlue.pm HighSlide.pm))
 
 $(call copy, $(addprefix nrt-blue/,back.png bot.png left.png next.png prev.png right.png top.png style.css))