Commit 7e4a079674b91d273d15cdbaa10b0fce65916368
1 parent
c1627d04
Update libtool data for API changes
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/build.mk
| ... | ... | @@ -80,4 +80,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc |
| 80 | 80 | # * Otherwise, increment REVISION |
| 81 | 81 | |
| 82 | 82 | $(TARGETS_libqpdf): $(OBJS_libqpdf) |
| 83 | - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,2,0) | |
| 83 | + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),9,0,1) | ... | ... |