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=5235400ea0618cdc6e4585f9b032edbc000ad8e8;hpb=8360f12a6a457b73ebb18dbeedbb15e6ed91318b 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)