summaryrefslogtreecommitdiff
path: root/graphics/netpbm/files/patch-be
blob: 0712eb3542b0492696a29ff886f16588fa70f67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- pgm/Makefile.orig	Thu Jun 29 01:05:55 2000
+++ pgm/Makefile	Sat Jul 15 00:00:00 2000
@@ -3,14 +3,13 @@
 
 LIBROOT = pgm
 LIBPGM = lib$(LIBROOT).$(NETPBMLIBSUFFIX)
-MAJ = 9
-MIN = 5
+SOVER = 1
 
 PBMDIR = $(SRCDIR)/pbm
 INCLUDEPBM = -I$(PBMDIR)
 LIBPBM = libpbm.$(NETPBMLIBSUFFIX)
 
-INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) -I$(SRCDIR)/shhopt
+INCLUDE = -I$(SRCDIR) $(INCLUDEPBM)
 
 NETPBMLIBS = $(LIBPGM) $(PBMDIR)/$(LIBPBM)
 LIBLIBS = $(PBMDIR)/$(LIBPBM)
@@ -27,6 +26,7 @@
 MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES))
 
 LIBOBJECTS = libpgm1.o libpgm2.o
+SHLIBOBJECTS = $(patsubst %.o, %.lo, $(LIBOBJECTS))
 
 MANUALS1 =	$(BINARIES)
 MANUALS3 =	libpgm