[maemo-commits] [maemo-commits] r12580 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jul 2 10:05:06 EEST 2007
Author: jobi
Date: 2007-07-02 10:04:51 +0300 (Mon, 02 Jul 2007)
New Revision: 12580

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/Makefile.am
Log:

2007-07-02  Johan Bilien  <johan.bilien at nokia.com>

	* src/Makefile.am: fixed installation of the header files



Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-07-02 07:03:27 UTC (rev 12579)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-07-02 07:04:51 UTC (rev 12580)
@@ -1,3 +1,7 @@
+2007-07-02  Johan Bilien  <johan.bilien at nokia.com>
+
+	* src/Makefile.am: fixed installation of the header files
+
 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[1.0.10-1 release]

Modified: projects/haf/trunk/hildon-1/src/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-1/src/Makefile.am	2007-07-02 07:03:27 UTC (rev 12579)
+++ projects/haf/trunk/hildon-1/src/Makefile.am	2007-07-02 07:04:51 UTC (rev 12580)
@@ -63,7 +63,7 @@
 							  hildon-bread-crumb.c				\
 							  hildon-bread-crumb-widget.c
 
-libhildon_ at PACKAGE_VERSION_MAJOR@_built_public_headers  =
+libhildon_ at PACKAGE_VERSION_MAJOR@_built_public_headers  = \
 							  hildon-enum-types.h                           \
 							  hildon-marshalers.h
 
@@ -106,8 +106,8 @@
 							  hildon-bread-crumb-trail.h			\
 							  hildon-bread-crumb.h
 
-libhildon_ at PACKAGE_VERSION_MAJOR@_include_HEADERS 	= $(libhildon_public_sources)			\
-							  $(libhildon_built_public_sources)
+libhildon_ at PACKAGE_VERSION_MAJOR@_include_HEADERS 	= $(libhildon_ at PACKAGE_VERSION_MAJOR@_public_headers)			\
+							  $(libhildon_ at PACKAGE_VERSION_MAJOR@_built_public_headers)
 
 noinst_HEADERS						= hildon-banner-private.h 			\
 							  hildon-calendar-popup-private.h 		\


More information about the maemo-commits mailing list