blob: 9ced5d89bd2ac704df55d238aecf6b4aeeef1661 (
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
|
$FreeBSD$
--- libgnomeprint/transports/Makefile.in 2002/03/19 16:46:00 1.1
+++ libgnomeprint/transports/Makefile.in 2002/03/19 16:48:02
@@ -131,7 +131,7 @@
libgnomeprint_file_la_SOURCES = $(FILE_SRC)
-libgnomeprint_file_la_LDFLAGS = -version-info 0:0:0 -module
+libgnomeprint_file_la_LDFLAGS = -avoid-version -module
libgnomeprint_file_la_LIBADD =
@@ -142,7 +142,7 @@
libgnomeprint_lpr_la_SOURCES = $(LPR_SRC)
-libgnomeprint_lpr_la_LDFLAGS = -version-info 0:0:0 -module
+libgnomeprint_lpr_la_LDFLAGS = -avoid-version -module
libgnomeprint_lpr_la_LIBADD =
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|