X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2FMakefile;h=7d1d6efad02f7cffab871472b992e38e3f26deba;hb=0826bbc65e59d47c270f05af419f24fdfc3c349c;hp=3a4fff3ba4221d5b97e612db67cc4060bd950b7f;hpb=2f6ec1e7e5b3649a58ae20211eb18511550246ae;p=ypp-sc-tools.db-live.git diff --git a/pctb/Makefile b/pctb/Makefile index 3a4fff3..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 -lXpm -lXtst -lX11 -$(CONVERT_OBJS): ocr.h +convert: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 +$(CONVERT_OBJS): ocr.h convert.h structure.h x-manip-window: -lXtst -lX11