diff --git a/src/modules/image/Makefile.src b/src/modules/image/Makefile.src index f11360fefe714914f5ed7f5b77a976a693e78f87..3f7cb23d3ef031026bf8165a639288e114cd9dd8 100644 --- a/src/modules/image/Makefile.src +++ b/src/modules/image/Makefile.src @@ -4,7 +4,7 @@ PREFLAGS=$(DEFINES) -I$(SRCDIR) -I$(SRCDIR)/../.. -I../.. CFLAGS=$(PREFLAGS) $(OTHERFLAGS) @DEFS@ FILES = image.o font.o quant.o lzw.o togif.o matrix.o pnm.o blit.o \ - pattern.o # dct.o + pattern.o dct.o image.a: $(FILES) -rm -f image.a