You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
372 B
12 lines
372 B
14 years ago
|
--- a/Makefile 2011-02-06 00:26:25.906428001 +0300
|
||
|
+++ b/Makefile 2011-02-06 00:26:37.584428000 +0300
|
||
|
@@ -336,7 +336,7 @@
|
||
|
|
||
|
PDFINFO_SRC=apps/pdfinfo.c
|
||
|
PDFINFO_OBJ=$(PDFINFO_SRC:apps/%.c=$(OBJDIR)/%.o)
|
||
|
-PDFINFO_EXE=$(OBJDIR)/pdfinfo
|
||
|
+PDFINFO_EXE=$(OBJDIR)/pdfinfo-mupdf
|
||
|
$(PDFINFO_OBJ): $(MUPDF_HDR)
|
||
|
$(PDFINFO_EXE): $(PDFINFO_OBJ) $(MUPDF_LIB) $(THIRD_LIBS)
|
||
|
$(LD_CMD)
|