chiark / gitweb /
better progress indication
[ypp-sc-tools.web-live.git] / pctb / Makefile
index 55f4d53bcb7002d7c6245aef61fb5cba2ef4059e..7d1d6efad02f7cffab871472b992e38e3f26deba 100644 (file)
@@ -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