Ticket #118 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[Makefile]

Reported by: bioinfornatics Assigned to: Mike Wey
Priority: major Milestone:
Component: Structure and Packaging Version: TRUNK
Keywords: Cc:

Description

hi the last one

$(CC) -shared -Wl,-soname,$@.1 -o $@ $^

should be:

$(CC) -shared -Wl,-soname,$@.$(SO_VERSION) -o $@.$(SO_VERSION) $^

Change History

01/13/12 08:05:53 changed by bioinfornatics

  • owner changed from JJR to Mike Wey.
  • component changed from Addon - gda to Structure and Packaging.

01/13/12 17:00:47 changed by Mike Wey

  • status changed from new to closed.
  • resolution set to fixed.

Changed in svn r920.