comparison libaudacious/Makefile @ 1872:3a77efe38b8a trunk

[svn] - libaudacious SONAME becomes libaudacious.so.3
author nenolod
date Sat, 14 Oct 2006 11:38:14 -0700
parents ef9a2f666404
children 68c0c8620b17
comparison
equal deleted inserted replaced
1871:1749ad179a1c 1872:3a77efe38b8a
4 PICLDFLAGS = $(LIBLDFLAGS) 4 PICLDFLAGS = $(LIBLDFLAGS)
5 5
6 beepincludedir = $(includedir)/audacious 6 beepincludedir = $(includedir)/audacious
7 7
8 OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX) 8 OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX)
9 OBJECTIVE_SONAME_SUFFIX = 3.0.0 9 OBJECTIVE_SONAME_SUFFIX = 3
10 10
11 LIBADD = \ 11 LIBADD = \
12 $(GTK_LIBS) \ 12 $(GTK_LIBS) \
13 $(GCONF_LIBS) \ 13 $(GCONF_LIBS) \
14 $(GNOMEVFS_LIBS) 14 $(GNOMEVFS_LIBS)