summaryrefslogtreecommitdiff
path: root/src/pkg/image/jpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/image/jpeg/Makefile')
-rw-r--r--src/pkg/image/jpeg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/image/jpeg/Makefile b/src/pkg/image/jpeg/Makefile
index 5c5f97e71..d9d830f2f 100644
--- a/src/pkg/image/jpeg/Makefile
+++ b/src/pkg/image/jpeg/Makefile
@@ -6,8 +6,10 @@ include ../../../Make.inc
TARG=image/jpeg
GOFILES=\
+ fdct.go\
huffman.go\
idct.go\
reader.go\
+ writer.go\
include ../../../Make.pkg