[maemo-commits] [maemo-commits] r10518 - in projects/haf/branches/hildon-libs/hildon-1: . debian pkgconfig src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 14:43:46 EET 2007
- Previous message: [maemo-commits] r10517 - projects/haf/trunk
- Next message: [maemo-commits] r10520 - in projects/haf/tags/hildon-1: . 0.9.9-9 0.9.9-9/debian 0.9.9-9/pkgconfig 0.9.9-9/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk
Date: 2007-03-13 14:43:45 +0200 (Tue, 13 Mar 2007)
New Revision: 10518
Modified:
projects/haf/branches/hildon-libs/hildon-1/configure.ac
projects/haf/branches/hildon-libs/hildon-1/debian/changelog
projects/haf/branches/hildon-libs/hildon-1/pkgconfig/hildon.pc.in
projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am
Log:
Fixing the hildon dash.
Modified: projects/haf/branches/hildon-libs/hildon-1/configure.ac
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/configure.ac 2007-03-13 12:37:38 UTC (rev 10517)
+++ projects/haf/branches/hildon-libs/hildon-1/configure.ac 2007-03-13 12:43:45 UTC (rev 10518)
@@ -117,7 +117,7 @@
# includes all the low-level flags
# FIXME Add esd and gconf flags
HILDON_OBJ_CFLAGS="\$(CFLAGS) \$(GTK_CFLAGS) \$(CHECK_CFLAGS) \$(GCONF_CFLAGS) -I\$(top_builddir)/src/"
-HILDON_OBJ_LIBS="\$(top_builddir)/src/libhildon_\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS) `pkg-config --libs gthread-2.0`"
+HILDON_OBJ_LIBS="\$(top_builddir)/src/libhildon-\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS) `pkg-config --libs gthread-2.0`"
AC_SUBST(HILDON_OBJ_CFLAGS)
AC_SUBST(HILDON_OBJ_LIBS)
Modified: projects/haf/branches/hildon-libs/hildon-1/debian/changelog
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/debian/changelog 2007-03-13 12:37:38 UTC (rev 10517)
+++ projects/haf/branches/hildon-libs/hildon-1/debian/changelog 2007-03-13 12:43:45 UTC (rev 10518)
@@ -1,4 +1,4 @@
-libhildon (0.9.9-8) unstable; urgency=low
+libhildon (0.9.9-9) unstable; urgency=low
* Unreleased.
Modified: projects/haf/branches/hildon-libs/hildon-1/pkgconfig/hildon.pc.in
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/pkgconfig/hildon.pc.in 2007-03-13 12:37:38 UTC (rev 10517)
+++ projects/haf/branches/hildon-libs/hildon-1/pkgconfig/hildon.pc.in 2007-03-13 12:43:45 UTC (rev 10518)
@@ -7,5 +7,5 @@
Description: Hildon widgets library
Requires: gtk+-2.0 >= @GTK_VERSION@
Version: @VERSION@
-Libs: -L${libdir} -lhildon_ at PACKAGE_VERSION_MAJOR@
+Libs: -L${libdir} -lhildon- at PACKAGE_VERSION_MAJOR@
Cflags: -I${includedir} -DMAEMO_CHANGES
Modified: projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am 2007-03-13 12:37:38 UTC (rev 10517)
+++ projects/haf/branches/hildon-libs/hildon-1/src/Makefile.am 2007-03-13 12:43:45 UTC (rev 10518)
@@ -9,7 +9,7 @@
EXTRA_DIST = hildon-marshalers.list
-lib_LTLIBRARIES = libhildon_ at PACKAGE_VERSION_MAJOR@.la
+lib_LTLIBRARIES = libhildon- at PACKAGE_VERSION_MAJOR@.la
libhildon_ at PACKAGE_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS)
- Previous message: [maemo-commits] r10517 - projects/haf/trunk
- Next message: [maemo-commits] r10520 - in projects/haf/tags/hildon-1: . 0.9.9-9 0.9.9-9/debian 0.9.9-9/pkgconfig 0.9.9-9/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
