13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-libs_Makefile_in,v 1.3 2004/02/21 22:25:34 marcm Exp $
|
|
--- libs/Makefile.in.orig 2003-12-06 00:18:05.000000000 -0800
|
|
+++ libs/Makefile.in 2004-02-08 08:09:10.000000000 -0800
|
|
@@ -216,7 +216,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
-libscrollkeeper_la_LDFLAGS =
|
|
+libscrollkeeper_la_LDFLAGS = -version-info 1:0
|
|
libscrollkeeper_la_DEPENDENCIES =
|
|
am_libscrollkeeper_la_OBJECTS = error.lo file.lo i18n.lo merge.lo \
|
|
extract.lo install.lo database.lo uninstall.lo update-url.lo
|