[maemo-commits] [maemo-commits] r12720 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jul 11 17:18:58 EEST 2007
- Previous message: [maemo-commits] r12719 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12721 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-07-11 17:18:57 +0300 (Wed, 11 Jul 2007) New Revision: 12720 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/Makefile.am Log: 2007-07-11 Lucas Rocha <lucas.rocha at nokia.com> * src/Makefile.am: fix build errors. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-11 13:43:32 UTC (rev 12719) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-11 14:18:57 UTC (rev 12720) @@ -1,3 +1,7 @@ +2007-07-11 Lucas Rocha <lucas.rocha at nokia.com> + + * src/Makefile.am: fix build errors. + 2007-07-11 Moises Martinez <moises.martinez at nokia.com> * src/Makefile.am: Modified: projects/haf/trunk/hildon-desktop/src/Makefile.am =================================================================== --- projects/haf/trunk/hildon-desktop/src/Makefile.am 2007-07-11 13:43:32 UTC (rev 12719) +++ projects/haf/trunk/hildon-desktop/src/Makefile.am 2007-07-11 14:18:57 UTC (rev 12720) @@ -14,7 +14,9 @@ BUILT_SOURCES = \ - hd-panel-window-dialog-service.h + hd-panel-window-dialog-service.h \ + hd-marshalers.c \ + hd-marshalers.h hildon_desktop_CPPFLAGS = \ $(HILDON_CFLAGS) \ @@ -112,7 +114,6 @@ $(OTHERS_BUTTON_SOURCES) \ hd-desktop.c \ hd-desktop.h \ - hd-marshalers.c \ hd-select-plugins-dialog.c \ hd-select-plugins-dialog.h \ hd-panel-window.c \ @@ -142,7 +143,7 @@ $(LIBTOOL) --mode=execute $(GLIB_GENMARSHAL) hd-marshalers.list --body --header >> hd-marshalers.c hd-marshalers.h: - $(LIBTOOL) --mode=execute $(GLIB_GENMARSHAL) hd-marshalers.list --header >| hd-marshalers.h + $(LIBTOOL) --mode=execute $(GLIB_GENMARSHAL) hd-marshalers.list --header >> hd-marshalers.h EXTRA_DIST = statusbar.xml
- Previous message: [maemo-commits] r12719 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12721 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]