summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-18 11:35:19 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-18 11:35:19 +0100
commite5bae4f64994e1ade6106a615b88810245db450a (patch)
treea11ad31611be1de67c3262e228f6087261ffbfab /src
parent577cc4416d45de72c4bf81ca3b71440d51bf15a1 (diff)
downloadabrt-e5bae4f64994e1ade6106a615b88810245db450a.tar.gz
abrt-e5bae4f64994e1ade6106a615b88810245db450a.tar.xz
abrt-e5bae4f64994e1ade6106a615b88810245db450a.zip
regenerate wizard_glade.c when wizard.glade is changed
Diffstat (limited to 'src')
-rw-r--r--src/gui-wizard-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/Makefile.am b/src/gui-wizard-gtk/Makefile.am
index 1b57d753..ac1cd9b9 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -43,7 +43,7 @@ bug_reporting_wizard_LDADD = \
# For internal glade file storage in the binary:
wizard.c: wizard_glade.c
-wizard_glade.c:
+wizard_glade.c: wizard.glade
{ \
echo '#define WIZARD_GLADE_CONTENTS "\'; \
cat $(srcdir)/wizard.glade | sed -e 's/"/\\"/g' -e 's/?/\\?/g' -e 's/$$/\\/g'; \