Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d168146

Browse files
mwiederrunrevmark
authored andcommitted
Makefiles missing image_rep_resampled.cpp
1 parent 16e660c commit d168146

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

engine/Makefile.kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SOURCES=\
1818
image_rep_encoded.cpp \
1919
image_rep_mutable.cpp \
2020
image_rep_densitymapped.cpp \
21-
imagebitmap.cpp ipng.cpp imagelist.cpp \
21+
imagebitmap.cpp ipng.cpp imagelist.cpp image_rep_resampled.cpp \
2222
iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \
2323
itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \
2424
mcio.cpp mcstring.cpp mctheme.cpp newobj.cpp \

engine/Makefile.kernel-server

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SOURCES=\
1616
image_rep_encoded.cpp \
1717
image_rep_mutable.cpp \
1818
image_rep_densitymapped.cpp \
19+
image_rep_resampled.cpp \
1920
imagebitmap.cpp ipng.cpp \
2021
iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \
2122
itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \

0 commit comments

Comments
 (0)