[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461
Andrei Zavada
johnhommer at gmail.com
Fri Nov 16 00:50:02 UTC 2012
The following commit has been merged in the master branch:
commit b9ac287479fb5224d60d5074f421e6fa56c0de82
Author: Andrei Zavada <johnhommer at gmail.com>
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
More information about the debian-med-commit
mailing list