[maemo-commits] [maemo-commits] r16461 - in projects/haf/trunk/hildon-thumbnail: . daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Oct 23 16:36:34 EEST 2008
- Previous message: [maemo-commits] r16460 - in projects/haf/trunk/hildon-thumbnail: . albumart-providers/googleimages daemon
- Next message: [maemo-commits] r16462 - projects/haf/trunk/hildon-thumbnail/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2008-10-23 16:36:33 +0300 (Thu, 23 Oct 2008) New Revision: 16461 Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog projects/haf/trunk/hildon-thumbnail/daemon/Makefile.am Log: Do not distribute all BUILT_SOURCES, only the marshallers and the glue. Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog =================================================================== --- projects/haf/trunk/hildon-thumbnail/ChangeLog 2008-10-23 13:27:44 UTC (rev 16460) +++ projects/haf/trunk/hildon-thumbnail/ChangeLog 2008-10-23 13:36:33 UTC (rev 16461) @@ -5,8 +5,8 @@ * daemon/Makefile.am, albumart-providers/googleimages/Makefile.am: Use BUILT_SOURCES only for things that will not be build anyway - because of dependencies. Do not distribute BUILT_SOURCES, but - clean them. + because of dependencies. Do not distribute all BUILT_SOURCES, + only the marshallers and the glue. 2008-10-22 Philip Van Hoof <philip at codeminded.be> Modified: projects/haf/trunk/hildon-thumbnail/daemon/Makefile.am =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/Makefile.am 2008-10-23 13:27:44 UTC (rev 16460) +++ projects/haf/trunk/hildon-thumbnail/daemon/Makefile.am 2008-10-23 13:36:33 UTC (rev 16461) @@ -85,7 +85,7 @@ configdir = $(datadir)/hildon-thumbnail config_DATA = manager.xml thumbnailer.xml albumart.xml -EXTRA_DIST = $(config_DATA) \ +EXTRA_DIST = $(BUILT_SOURCES) $(config_DATA) \ org.freedesktop.thumbnailer.service.in \ com.nokia.albumart.service.in \ thumbnailer-marshal.list \
- Previous message: [maemo-commits] r16460 - in projects/haf/trunk/hildon-thumbnail: . albumart-providers/googleimages daemon
- Next message: [maemo-commits] r16462 - projects/haf/trunk/hildon-thumbnail/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]