X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2FMakefile;h=7d1d6efad02f7cffab871472b992e38e3f26deba;hb=4d7fdf03d6fc476d7f591c9f8e5c41ebe6c06176;hp=55f4d53bcb7002d7c6245aef61fb5cba2ef4059e;hpb=80b5d5ede35cfb393591ed6326ca97ca23ce0c31;p=ypp-sc-tools.db-live.git 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