Fix distcheck

master
Marco Pesenti Gritti 17 years ago
parent 6240c1cf6f
commit c999a3ca80

@ -35,7 +35,7 @@ _sugarext_la_SOURCES = \
sugar-x11-util.c \ sugar-x11-util.c \
sugar-x11-util.h sugar-x11-util.h
nodist__sugarext_la_SOURCES = \ BUILT_SOURCES = \
_sugarext.c \ _sugarext.c \
sugar-marshal.c \ sugar-marshal.c \
sugar-marshal.h sugar-marshal.h
@ -52,23 +52,13 @@ _sugarext.c: _sugarext.defs _sugarext.override
&& cp gen-$*.c $*.c \ && cp gen-$*.c $*.c \
&& rm -f gen-$*.c && rm -f gen-$*.c
stamp_files = \ sugar-marshal.c: sugar-marshal.list
stamp-sugar-marshal.c \
stamp-sugar-marshal.h
sugar-marshal.c: stamp-sugar-marshal.c
@true
stamp-sugar-marshal.c: sugar-marshal.list
$(GLIB_GENMARSHAL) --prefix=sugar_marshal \ $(GLIB_GENMARSHAL) --prefix=sugar_marshal \
$(srcdir)/sugar-marshal.list --header --body > \ $(srcdir)/sugar-marshal.list --header --body > sugar-marshal.c
sugar-marshal.c && echo timestamp > $(@F)
sugar-marshal.h: stamp-sugar-marshal.h sugar-marshal.h: sugar-marshal.list
@true
stamp-sugar-marshal.h: sugar-marshal.list
$(GLIB_GENMARSHAL) --prefix=sugar_marshal \ $(GLIB_GENMARSHAL) --prefix=sugar_marshal \
$(srcdir)/sugar-marshal.list --header > \ $(srcdir)/sugar-marshal.list --header > sugar-marshal.h
sugar-marshal.h && echo timestamp > $(@F)
CLEANFILES = $(stamp_files) CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = sugar-marshal.list _sugarext.defs _sugarext.override EXTRA_DIST = sugar-marshal.list _sugarext.defs _sugarext.override

@ -1,7 +1,6 @@
shell/intro/intro.py shell/intro/intro.py
shell/view/BuddyMenu.py shell/view/BuddyMenu.py
shell/view/clipboardmenu.py shell/view/clipboardmenu.py
services/shell/objecttypeservice.py
shell/hardware/keydialog.py shell/hardware/keydialog.py
shell/view/home/activitiesdonut.py shell/view/home/activitiesdonut.py
shell/view/Shell.py shell/view/Shell.py
@ -9,7 +8,8 @@ shell/view/clipboardicon.py
shell/view/home/HomeBox.py shell/view/home/HomeBox.py
shell/view/home/MeshBox.py shell/view/home/MeshBox.py
shell/view/devices/battery.py shell/view/devices/battery.py
sugar/activity/activity.py
shell/view/devices/network/wireless.py shell/view/devices/network/wireless.py
shell/view/frame/activitybutton.py shell/view/frame/activitybutton.py
shell/view/frame/zoomtoolbar.py shell/view/frame/zoomtoolbar.py
services/shell/objecttypeservice.py
lib/sugar/activity/activity.py

Loading…
Cancel
Save