[maemo-commits] [maemo-commits] r8706 - in projects/haf/branches/hildon-fm/1.x: . hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 11 10:37:45 EET 2006
- Previous message: [maemo-commits] r8705 - projects/haf/trunk/osso-application-installer
- Next message: [maemo-commits] r8707 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2006-12-11 10:37:44 +0200 (Mon, 11 Dec 2006) New Revision: 8706 Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog projects/haf/branches/hildon-fm/1.x/hildon-fm/Makefile.am Log: * hildon-fm/Makefile.am (libhildonfm_la_SOURCES): Added hildon-file-common-private.h so that it gets distributed. (N49099) Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog =================================================================== --- projects/haf/branches/hildon-fm/1.x/ChangeLog 2006-12-11 08:31:13 UTC (rev 8705) +++ projects/haf/branches/hildon-fm/1.x/ChangeLog 2006-12-11 08:37:44 UTC (rev 8706) @@ -1,3 +1,8 @@ +2006-12-11 Marius Vollmer <marius.vollmer at nokia.com> + + * hildon-fm/Makefile.am (libhildonfm_la_SOURCES): Added + hildon-file-common-private.h so that it gets distributed. (N49099) + 2006-12-08 Marius Vollmer <marius.vollmer at nokia.com> Released 1.19. Modified: projects/haf/branches/hildon-fm/1.x/hildon-fm/Makefile.am =================================================================== --- projects/haf/branches/hildon-fm/1.x/hildon-fm/Makefile.am 2006-12-11 08:31:13 UTC (rev 8705) +++ projects/haf/branches/hildon-fm/1.x/hildon-fm/Makefile.am 2006-12-11 08:37:44 UTC (rev 8706) @@ -14,37 +14,38 @@ $(GWCONNECT_LIBS) $(DBUSGLIB_LIBS) $(LIBOSSOMIME_LIBS) libhildonfm_la_LDFLAGS = -version-info 1:0:0 -libhildonfm_la_SOURCES = \ - hildon-file-selection.c \ - hildon-file-selection.h \ - hildon-file-system-model.c \ - hildon-file-system-model.h \ - hildon-file-chooser-dialog.c \ - hildon-file-chooser-dialog.h \ - hildon-file-system-private.h \ - hildon-file-system-private.c \ - hildon-file-system-common.h \ - hildon-file-system-info.h \ - hildon-file-system-info.c \ - hildon-file-system-settings.h \ - hildon-file-system-settings.c \ - hildon-file-details-dialog.h \ - hildon-file-details-dialog.c \ - hildon-file-system-special-location.h \ - hildon-file-system-special-location.c \ - hildon-file-system-local-device.h \ - hildon-file-system-local-device.c \ - hildon-file-system-remote-device.h \ - hildon-file-system-remote-device.c \ - hildon-file-system-mmc.h \ - hildon-file-system-mmc.c \ - hildon-file-system-old-gateway.h \ - hildon-file-system-old-gateway.c \ - hildon-file-system-dynamic-device.h \ - hildon-file-system-dynamic-device.c \ - hildon-file-system-upnp.h \ - hildon-file-system-upnp.c \ - hildon-file-system-obex.h \ +libhildonfm_la_SOURCES = \ + hildon-file-common-private.h \ + hildon-file-selection.c \ + hildon-file-selection.h \ + hildon-file-system-model.c \ + hildon-file-system-model.h \ + hildon-file-chooser-dialog.c \ + hildon-file-chooser-dialog.h \ + hildon-file-system-private.h \ + hildon-file-system-private.c \ + hildon-file-system-common.h \ + hildon-file-system-info.h \ + hildon-file-system-info.c \ + hildon-file-system-settings.h \ + hildon-file-system-settings.c \ + hildon-file-details-dialog.h \ + hildon-file-details-dialog.c \ + hildon-file-system-special-location.h \ + hildon-file-system-special-location.c \ + hildon-file-system-local-device.h \ + hildon-file-system-local-device.c \ + hildon-file-system-remote-device.h \ + hildon-file-system-remote-device.c \ + hildon-file-system-mmc.h \ + hildon-file-system-mmc.c \ + hildon-file-system-old-gateway.h \ + hildon-file-system-old-gateway.c \ + hildon-file-system-dynamic-device.h \ + hildon-file-system-dynamic-device.c \ + hildon-file-system-upnp.h \ + hildon-file-system-upnp.c \ + hildon-file-system-obex.h \ hildon-file-system-obex.c hildonwidgetsincludeinstdir=$(includedir)/hildon-fm/hildon-widgets
- Previous message: [maemo-commits] r8705 - projects/haf/trunk/osso-application-installer
- Next message: [maemo-commits] r8707 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]