Skip to content

Commit bde60ca

Browse files
authored
Fix build by specifying correct savepng.cpp file name
1 parent 440940a commit bde60ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bin_PROGRAMS = hyperrogue
33
hyperroguedir = $(datadir)/hyperrogue
44
dist_hyperrogue_DATA = hyperrogue-music.txt DejaVuSans-Bold.ttf
55
dist_doc_DATA = README.md
6-
hyperrogue_SOURCES = hyper.cpp savepng.c
6+
hyperrogue_SOURCES = hyper.cpp savepng.cpp
77

88
# Some definitions used in graph.cpp
99
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"

0 commit comments

Comments
 (0)