2af503f342
While I'm here: - update to 1.2.2; - respect CFLAGS; - sort pkg-plist; - properly name shared libraries. Submitted by: bento
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- src/gnome/Makefile.in 2001/08/15 08:53:08 1.1
|
|
+++ src/gnome/Makefile.in 2001/08/15 08:53:44
|
|
@@ -1,7 +1,7 @@
|
|
include ../Makefile.common
|
|
|
|
LIBNAME = libgnomeada$(SO_EXT)
|
|
-SONAME = libgnomeada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO)
|
|
+SONAME = libgnomeada$(SO_EXT).$(MICRO)
|
|
ARCHIVENAME = libgnomeada.a
|
|
GNOME_LIBS = @GNOME_LIBS@
|
|
HAVE_GNOME = @HAVE_GNOME@
|