From bde60ca7bd0cd9afbeaec901202b9183dd7ab333 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 25 Jun 2018 18:13:30 +0300 Subject: [PATCH] Fix build by specifying correct savepng.cpp file name --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index aea720c2..332931c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = hyperrogue hyperroguedir = $(datadir)/hyperrogue dist_hyperrogue_DATA = hyperrogue-music.txt DejaVuSans-Bold.ttf dist_doc_DATA = README.md -hyperrogue_SOURCES = hyper.cpp savepng.c +hyperrogue_SOURCES = hyper.cpp savepng.cpp # Some definitions used in graph.cpp hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"