summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-04-02 15:11:43 +0000
committerjstebbins <[email protected]>2009-04-02 15:11:43 +0000
commitb2f1b126d82e4c784c065a235edbe0d7e8195658 (patch)
tree3e13b4e323010188a4f0894ee986c9c177c10b30 /gtk/module.rules
parentdf3c74d3c2c64781f119d1b0c80f0f744be6bc0b (diff)
LinGui: fix some build dependency issues
- make configure depend on configure.ac, Makefile.am and src/Makefile.am - add new icons to resource dependencies git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2295 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/module.rules')
-rw-r--r--gtk/module.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/module.rules b/gtk/module.rules
index c2800785a..3fd03e189 100644
--- a/gtk/module.rules
+++ b/gtk/module.rules
@@ -9,6 +9,8 @@ xclean: gtk.xclean
gtk.configure: $(GTK.CONFIGURE.stamp)
$(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp))
+$(GTK.CONFIGURE.stamp): $(GTK.src/)Makefile.am
+$(GTK.CONFIGURE.stamp): $(GTK.src/)configure.ac $(GTK.src/)src/Makefile.am
set -e; cd $(GTK.src/); NOCONFIGURE=1 ./autogen.sh
set -e; cd $(GTK.build/); $(call fn.ABSOLUTE,$(GTK.src/))configure \
PKG_CONFIG_DIR=$(BUILD/)contrib/lib/pkgconfig \