X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2FMakefile;h=7d1d6efad02f7cffab871472b992e38e3f26deba;hp=55f4d53bcb7002d7c6245aef61fb5cba2ef4059e;hb=a628ba6e81f90a4ebc632731bc5e39ca5daae7fb;hpb=80b5d5ede35cfb393591ed6326ca97ca23ce0c31 diff --git a/pctb/Makefile b/pctb/Makefile index 55f4d53..7d1d6ef 100644 --- a/pctb/Makefile +++ b/pctb/Makefile @@ -3,9 +3,9 @@ CFLAGS += -Wall -Wwrite-strings -Wpointer-arith -Wmissing-prototypes \ all: convert x-manip-window -CONVERT_OBJS= convert.o ocr.o pages.o +CONVERT_OBJS= convert.o ocr.o pages.o structure.o convert: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 -$(CONVERT_OBJS): ocr.h +$(CONVERT_OBJS): ocr.h convert.h structure.h x-manip-window: -lXtst -lX11