X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2FMakefile;h=f798e52aa0e05540b08c2d2e5b8247687fe460eb;hp=93e5860bdff3338e7e8af63eb31dbb90f35d761d;hb=4c375a59891a4161e30bd67709a1ad5d1950a850;hpb=74e4e249f2c3e848592984cb193aded6a77a341d diff --git a/pctb/Makefile b/pctb/Makefile index 93e5860..f798e52 100644 --- a/pctb/Makefile +++ b/pctb/Makefile @@ -35,7 +35,7 @@ TARGETS= ypp-commodities all: $(TARGETS) -CONVERT_OBJS= convert.o ocr.o pages.o structure.o common.o rgbimage.o +CONVERT_OBJS= convert.o ocr.o pages.o structure.o common.o rgbimage.o resolve.o ypp-commodities: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)