diff options
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index b922e30b..3fd4d9ff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -89,7 +89,7 @@ $(LIBOBJECTS): %.o: %.c importinc # We have to get the command all on one line to avoid messy make messages $(CC) -c $(CFLAGS_ALL) -o $@ $< -MAJ = $(NETPBM_MAJOR_RELEASE) +MAJ = 11 MIN = $(NETPBM_MINOR_RELEASE) SONAME = libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ) |