comparison libpurple/example/Makefile.am @ 16583:ce049678a67b

soname versioning of libpurple. Should help resolve debian bug 421282 All version control is within configure.ac now Adjust the define for purple_version_suffix as appropriate: [devel] - normal development periods [betaN] - for beta releases [] - for releases Follow the instructions in configure.ac to set the version number depending on how the API has changed (ie. following our normal version numbering!) version.h is auto-generated now Added purple_version_check(), purple_major_version, purple_minor_version, & purple_micro_version for run-time version comparisons in addition to the existing compile time macros. libpurple Plugins moved again, this time to: $(libdir)/purple-$PURPLE_MAJOR_VERSION This will allow parallel installations of different major libpurple versions in the future should someone wish to.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 28 Apr 2007 16:55:31 +0000
parents a9c75536f0c9
children caeb452845ef 315151da0dc6
comparison
equal deleted inserted replaced
16582:60f9ac8421ef 16583:ce049678a67b
12 12
13 AM_CPPFLAGS = \ 13 AM_CPPFLAGS = \
14 -DSTANDALONE \ 14 -DSTANDALONE \
15 -DBR_PTHREADS=0 \ 15 -DBR_PTHREADS=0 \
16 -DDATADIR=\"$(datadir)\" \ 16 -DDATADIR=\"$(datadir)\" \
17 -DLIBDIR=\"$(libdir)/libpurple/\" \ 17 -DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \
18 -DLOCALEDIR=\"$(datadir)/locale\" \ 18 -DLOCALEDIR=\"$(datadir)/locale\" \
19 -DSYSCONFDIR=\"$(sysconfdir)\" \ 19 -DSYSCONFDIR=\"$(sysconfdir)\" \
20 -I$(top_srcdir)/libpurple/ \ 20 -I$(top_srcdir)/libpurple/ \
21 -I$(top_srcdir) \ 21 -I$(top_srcdir) \
22 $(DEBUG_CFLAGS) \ 22 $(DEBUG_CFLAGS) \