The following commit has been merged in the master branch:
commit b9ac287479fb5224d60d5074f421e6fa56c0de82
Author: Andrei Zavada <[email protected]>
Date:   Thu Oct 4 02:31:57 2012 +0300

    fix rebuilding of aghermann.gresource

diff --git a/data/Makefile.am b/data/Makefile.am
index 7c659d5..805cd58 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,18 +4,18 @@ applications_DATA = \
 
 uidir = $(datadir)/${PACKAGE}
 
-ui_DATA = \
+ui_DATA := \
        aghermann.png \
        edfhed.glade \
        aghermann.gresource \
        idle-bg.svg
 
-CLEANFILES = \
+CLEANFILES := \
        aghermann.desktop edfhed-gtk.desktop \
        dialogs.glade \
        aghermann.gresource
 
-EXTRA_DIST = \
+EXTRA_DIST := \
        aghermann.png \
        aghermann.desktop.in edfhed-gtk.desktop.in \
        icon.svg \
@@ -30,8 +30,8 @@ GRESOURCES := \
        sf.glade mf.glade edfhed.glade \
        aghermann.png equations1.png equation-uc.png
 
-%.gresource: %.gresource.xml
-       $(glib_compile_resources) $<
+aghermann.gresource: aghermann.gresource.xml $(GRESOURCES)
+       $(glib_compile_resources) aghermann.gresource.xml
 
 #update_desktop_database = update-desktop-database $(datadir)/applications
 

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to