summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-18 14:39:24 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-18 14:39:24 +0100
commit4f7714e9f784ba6133798c0f9ed37e52dc08bae2 (patch)
tree9a2e747caed267dccc209aeed1949c960b5c7dfb
parent4c5cd26a8d1e0d0ef7f6194b9da468846a3d5f44 (diff)
downloadabrt-4f7714e9f784ba6133798c0f9ed37e52dc08bae2.tar.gz
abrt-4f7714e9f784ba6133798c0f9ed37e52dc08bae2.tar.xz
abrt-4f7714e9f784ba6133798c0f9ed37e52dc08bae2.zip
minor build fixes
-rw-r--r--src/gui-wizard-gtk/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui-wizard-gtk/Makefile.am b/src/gui-wizard-gtk/Makefile.am
index ac1cd9b9..1438c915 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -33,11 +33,11 @@ bug_reporting_wizard_LDADD = \
-lgmodule-2.0 \
$(GTK_LIBS)
-
-# If you want to deploy external glade file:
-#GLADE_FILES = wizard.glade
+# we don't want to install it, just make it part of tarball
+# created by make dist
+GLADE_FILES = wizard.glade
#pkgdata_DATA = $(GLADE_FILES)
-#EXTRA_DIST = $(GLADE_FILES)
+EXTRA_DIST = $(GLADE_FILES)
# For internal glade file storage in the binary: