[maemo-commits] [maemo-commits] r10757 - in projects/haf/branches/hildon-libs/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Mar 26 09:33:35 EEST 2007
- Previous message: [maemo-commits] r10756 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10758 - projects/haf/trunk/hildon-desktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-26 09:33:34 +0300 (Mon, 26 Mar 2007) New Revision: 10757 Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am Log: Actually take the libtool versioning into account. Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-23 16:04:27 UTC (rev 10756) +++ projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-26 06:33:34 UTC (rev 10757) @@ -1,3 +1,7 @@ +2007-03-26 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * src/Makefile.am: Actually take the libtool versioning into account. + 2007-03-20 Tommi Komulainen <tommi.komulainen at nokia.com> * doc/gtk-doc.make: Update from gtk-doc 1.7, and fix '*.sgml' Modified: projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am 2007-03-23 16:04:27 UTC (rev 10756) +++ projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am 2007-03-26 06:33:34 UTC (rev 10757) @@ -15,8 +15,10 @@ libhildon_ at PACKAGE_VERSION_MAJOR@_la_LIBADD = $(GTK_LIBS) \ $(GCONF_LIBS) \ - $(ESD_LIBS) + $(ESD_LIBS) \ + @HILDON_LT_LDFLAGS@ + libhildon_ at PACKAGE_VERSION_MAJOR@_la_CFLAGS = $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(ESD_CFLAGS)
- Previous message: [maemo-commits] r10756 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10758 - projects/haf/trunk/hildon-desktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]