summaryrefslogtreecommitdiffstats
path: root/src/Gui/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-05-03 16:40:27 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-05-03 16:40:27 +0200
commit1270e9dc13385eb07bd420c7736ed37d6ed8a02b (patch)
tree144621437d5bde90b71bd03f1be2e32553c33a77 /src/Gui/Makefile.am
parenta345b357a14f7e5ad259160f69d9c2129f2c4e01 (diff)
downloadabrt-1270e9dc13385eb07bd420c7736ed37d6ed8a02b.tar.gz
abrt-1270e9dc13385eb07bd420c7736ed37d6ed8a02b.tar.xz
abrt-1270e9dc13385eb07bd420c7736ed37d6ed8a02b.zip
updated icons rhbz#587698
- thanks to Lapo Calamandrei for the icons
Diffstat (limited to 'src/Gui/Makefile.am')
-rw-r--r--src/Gui/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am
index 15df057c..16c9686e 100644
--- a/src/Gui/Makefile.am
+++ b/src/Gui/Makefile.am
@@ -10,15 +10,15 @@ PYTHON_FILES = CCDBusBackend.py CCDumpList.py CCDump.py CC_gui_functions.py \
GLADE_FILES = ccgui.glade report.glade settings.glade dialogs.glade settings_wizard.glade
-EXTRA_DIST = $(PYTHON_FILES) $(GLADE_FILES) abrt-gui abrt.desktop abrt.png
+EXTRA_DIST = $(PYTHON_FILES) $(GLADE_FILES) abrt-gui abrt.desktop
#ccguidir = $(pkgdatadir)
applicationsdir = $(datadir)/applications
applications_DATA = abrt.desktop
pkgdata_PYTHON = $(PYTHON_FILES)
pkgdata_DATA = $(GLADE_FILES)
-pixmapdir = $(datadir)/icons/hicolor/48x48/apps/
-pixmap_DATA = abrt.png
+#pixmapdir = $(datadir)/icons/hicolor/48x48/apps/
+#pixmap_DATA = abrt.png
CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc))