summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-08-10 10:21:25 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-08-10 10:21:56 +0200
commit83a6ce9ad4b1828e163dc7172ef603201b748473 (patch)
tree9d0580eba6c01cb5964655df42bafab9de91329b /src
parente84ab7783d05eb7b5f1b55ab44e7c23c85e50516 (diff)
downloadabrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.gz
abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.xz
abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.zip
lower case direcotry(no code changed)
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/applet/Applet.cpp (renamed from src/Applet/Applet.cpp)0
-rw-r--r--src/applet/CCApplet.cpp (renamed from src/Applet/CCApplet.cpp)0
-rw-r--r--src/applet/CCApplet.h (renamed from src/Applet/CCApplet.h)0
-rw-r--r--src/applet/Makefile.am (renamed from src/Applet/Makefile.am)4
-rw-r--r--src/applet/abrt-applet.desktop.in (renamed from src/Applet/abrt-applet.desktop.in)0
-rw-r--r--src/cli/CLI.cpp (renamed from src/CLI/CLI.cpp)0
-rw-r--r--src/cli/Makefile.am (renamed from src/CLI/Makefile.am)6
-rw-r--r--src/cli/abrt-cli.1 (renamed from src/CLI/abrt-cli.1)0
-rw-r--r--src/cli/abrt-cli.bash (renamed from src/CLI/abrt-cli.bash)0
-rw-r--r--src/cli/dbus.cpp (renamed from src/CLI/dbus.cpp)0
-rw-r--r--src/cli/dbus.h (renamed from src/CLI/dbus.h)0
-rw-r--r--src/cli/report.cpp (renamed from src/CLI/report.cpp)0
-rw-r--r--src/cli/report.h (renamed from src/CLI/report.h)0
-rw-r--r--src/cli/run-command.cpp (renamed from src/CLI/run-command.cpp)0
-rw-r--r--src/cli/run-command.h (renamed from src/CLI/run-command.h)0
-rw-r--r--src/daemon/CommLayerServer.cpp (renamed from src/Daemon/CommLayerServer.cpp)0
-rw-r--r--src/daemon/CommLayerServer.h (renamed from src/Daemon/CommLayerServer.h)0
-rw-r--r--src/daemon/CommLayerServerDBus.cpp (renamed from src/Daemon/CommLayerServerDBus.cpp)0
-rw-r--r--src/daemon/CommLayerServerDBus.h (renamed from src/Daemon/CommLayerServerDBus.h)0
-rw-r--r--src/daemon/CrashWatcher.cpp (renamed from src/Daemon/CrashWatcher.cpp)0
-rw-r--r--src/daemon/CrashWatcher.h (renamed from src/Daemon/CrashWatcher.h)0
-rw-r--r--src/daemon/Daemon.cpp (renamed from src/Daemon/Daemon.cpp)0
-rw-r--r--src/daemon/Daemon.h (renamed from src/Daemon/Daemon.h)0
-rw-r--r--src/daemon/Makefile.am (renamed from src/Daemon/Makefile.am)6
-rw-r--r--src/daemon/MiddleWare.cpp (renamed from src/Daemon/MiddleWare.cpp)0
-rw-r--r--src/daemon/MiddleWare.h (renamed from src/Daemon/MiddleWare.h)0
-rw-r--r--src/daemon/PluginManager.cpp (renamed from src/Daemon/PluginManager.cpp)0
-rw-r--r--src/daemon/PluginManager.h (renamed from src/Daemon/PluginManager.h)0
-rw-r--r--src/daemon/Settings.cpp (renamed from src/Daemon/Settings.cpp)0
-rw-r--r--src/daemon/Settings.h (renamed from src/Daemon/Settings.h)0
-rwxr-xr-xsrc/daemon/abrt-debuginfo-install (renamed from src/Daemon/abrt-debuginfo-install)0
-rwxr-xr-xsrc/daemon/abrt-handle-upload (renamed from src/Daemon/abrt-handle-upload)0
-rw-r--r--src/daemon/abrt.conf (renamed from src/Daemon/abrt.conf)0
-rw-r--r--src/daemon/abrt.conf.5 (renamed from src/Daemon/abrt.conf.5)0
-rw-r--r--src/daemon/abrtd.8 (renamed from src/Daemon/abrtd.8)0
-rw-r--r--src/daemon/abrtd.service (renamed from src/Daemon/abrtd.service)0
-rw-r--r--src/daemon/com.redhat.abrt.service (renamed from src/Daemon/com.redhat.abrt.service)0
-rw-r--r--src/daemon/dbus-abrt.conf (renamed from src/Daemon/dbus-abrt.conf)0
-rw-r--r--src/daemon/dumpsocket.cpp (renamed from src/Daemon/dumpsocket.cpp)0
-rw-r--r--src/daemon/dumpsocket.h (renamed from src/Daemon/dumpsocket.h)0
-rw-r--r--src/daemon/gpg_keys (renamed from src/Daemon/gpg_keys)0
-rw-r--r--src/daemon/org.fedoraproject.abrt.policy (renamed from src/Daemon/org.fedoraproject.abrt.policy)0
-rw-r--r--src/daemon/rpm.c (renamed from src/Daemon/rpm.c)0
-rw-r--r--src/daemon/rpm.h (renamed from src/Daemon/rpm.h)0
-rw-r--r--src/gui/ABRTExceptions.py (renamed from src/Gui/ABRTExceptions.py)0
-rw-r--r--src/gui/ABRTPlugin.py (renamed from src/Gui/ABRTPlugin.py)0
-rw-r--r--src/gui/CCDBusBackend.py (renamed from src/Gui/CCDBusBackend.py)0
-rw-r--r--src/gui/CCDump.py (renamed from src/Gui/CCDump.py)0
-rw-r--r--src/gui/CCDumpList.py (renamed from src/Gui/CCDumpList.py)0
-rw-r--r--src/gui/CCMainWindow.py (renamed from src/Gui/CCMainWindow.py)0
-rw-r--r--src/gui/CCReporterDialog.py (renamed from src/Gui/CCReporterDialog.py)0
-rw-r--r--src/gui/CC_gui_functions.py (renamed from src/Gui/CC_gui_functions.py)0
-rw-r--r--src/gui/CReporterAssistant.py (renamed from src/Gui/CReporterAssistant.py)0
-rw-r--r--src/gui/CellRenderers.py (renamed from src/Gui/CellRenderers.py)0
-rw-r--r--src/gui/ConfBackend.py (renamed from src/Gui/ConfBackend.py)0
-rw-r--r--src/gui/Makefile.am (renamed from src/Gui/Makefile.am)0
-rw-r--r--src/gui/PluginList.py (renamed from src/Gui/PluginList.py)0
-rw-r--r--src/gui/PluginSettingsUI.py (renamed from src/Gui/PluginSettingsUI.py)0
-rw-r--r--src/gui/PluginsSettingsDialog.py (renamed from src/Gui/PluginsSettingsDialog.py)0
-rw-r--r--src/gui/SettingsDialog.py (renamed from src/Gui/SettingsDialog.py)0
-rwxr-xr-xsrc/gui/abrt-gui (renamed from src/Gui/abrt-gui)0
-rw-r--r--src/gui/abrt.desktop.in (renamed from src/Gui/abrt.desktop.in)0
-rw-r--r--src/gui/abrt.png (renamed from src/Gui/abrt.png)bin2791 -> 2791 bytes
-rw-r--r--src/gui/abrt_utils.py (renamed from src/Gui/abrt_utils.py)0
-rw-r--r--src/gui/ccgui.glade (renamed from src/Gui/ccgui.glade)0
-rw-r--r--src/gui/dialogs.glade (renamed from src/Gui/dialogs.glade)0
-rw-r--r--src/gui/progress_window.glade (renamed from src/Gui/progress_window.glade)0
-rw-r--r--src/gui/report.glade (renamed from src/Gui/report.glade)0
-rw-r--r--src/gui/settings.glade (renamed from src/Gui/settings.glade)0
-rw-r--r--src/gui/settings_wizard.glade (renamed from src/Gui/settings_wizard.glade)0
-rw-r--r--src/hooks/Makefile.am (renamed from src/Hooks/Makefile.am)12
-rw-r--r--src/hooks/abrt-hook-ccpp.cpp (renamed from src/Hooks/abrt-hook-ccpp.cpp)0
-rw-r--r--src/hooks/abrt.pth (renamed from src/Hooks/abrt.pth)0
-rw-r--r--src/hooks/abrt_exception_handler.py.in (renamed from src/Hooks/abrt_exception_handler.py.in)0
-rw-r--r--src/hooks/dumpoops.cpp (renamed from src/Hooks/dumpoops.cpp)0
-rw-r--r--src/utils/Makefile.am4
77 files changed, 17 insertions, 17 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 42266b31..c2576c4e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1 @@
-SUBDIRS = Hooks Daemon Applet Gui CLI utils
+SUBDIRS = hooks daemon applet gui cli utils
diff --git a/src/Applet/Applet.cpp b/src/applet/Applet.cpp
index 85ee0db8..85ee0db8 100644
--- a/src/Applet/Applet.cpp
+++ b/src/applet/Applet.cpp
diff --git a/src/Applet/CCApplet.cpp b/src/applet/CCApplet.cpp
index 5349c7a5..5349c7a5 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/applet/CCApplet.cpp
diff --git a/src/Applet/CCApplet.h b/src/applet/CCApplet.h
index a58ec687..a58ec687 100644
--- a/src/Applet/CCApplet.h
+++ b/src/applet/CCApplet.h
diff --git a/src/Applet/Makefile.am b/src/applet/Makefile.am
index b96104a0..743c18df 100644
--- a/src/Applet/Makefile.am
+++ b/src/applet/Makefile.am
@@ -6,7 +6,7 @@ abrt_applet_SOURCES = \
abrt_applet_CPPFLAGS = \
-Wall -Werror \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils \
+ -I$(srcdir)/../../lib/utils \
-I/usr/include/glib-2.0 \
-I/usr/lib/glib-2.0/include \
-DBIN_DIR=\"$(bindir)\" \
@@ -22,7 +22,7 @@ abrt_applet_CPPFLAGS = \
# $(LIBNOTIFY_CFLAGS)
# $(DBUS_GLIB_CFLAGS)
abrt_applet_LDADD = \
- ../../lib/Utils/libABRTUtils.la \
+ ../../lib/utils/libABRTUtils.la \
-lglib-2.0 \
-lgthread-2.0 \
$(DBUS_LIBS) \
diff --git a/src/Applet/abrt-applet.desktop.in b/src/applet/abrt-applet.desktop.in
index 57a6278e..57a6278e 100644
--- a/src/Applet/abrt-applet.desktop.in
+++ b/src/applet/abrt-applet.desktop.in
diff --git a/src/CLI/CLI.cpp b/src/cli/CLI.cpp
index 276703dc..276703dc 100644
--- a/src/CLI/CLI.cpp
+++ b/src/cli/CLI.cpp
diff --git a/src/CLI/Makefile.am b/src/cli/Makefile.am
index 361b64f7..14d98a01 100644
--- a/src/CLI/Makefile.am
+++ b/src/cli/Makefile.am
@@ -8,7 +8,7 @@ abrt_cli_SOURCES = \
abrt_cli_CPPFLAGS = \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils \
+ -I$(srcdir)/../../lib/utils \
-DVAR_RUN=\"$(VAR_RUN)\" \
$(ENABLE_SOCKET_OR_DBUS) \
$(DBUS_CFLAGS) \
@@ -16,8 +16,8 @@ abrt_cli_CPPFLAGS = \
# $(GTK_CFLAGS)
abrt_cli_LDADD = \
- ../../lib/Utils/libABRTUtils.la \
- ../../lib/Utils/libABRTdUtils.la
+ ../../lib/utils/libABRTUtils.la \
+ ../../lib/utils/libABRTdUtils.la
man_MANS = abrt-cli.1
EXTRA_DIST = $(man_MANS)
diff --git a/src/CLI/abrt-cli.1 b/src/cli/abrt-cli.1
index 3ad858b3..3ad858b3 100644
--- a/src/CLI/abrt-cli.1
+++ b/src/cli/abrt-cli.1
diff --git a/src/CLI/abrt-cli.bash b/src/cli/abrt-cli.bash
index fd0a85f3..fd0a85f3 100644
--- a/src/CLI/abrt-cli.bash
+++ b/src/cli/abrt-cli.bash
diff --git a/src/CLI/dbus.cpp b/src/cli/dbus.cpp
index 7565d5bc..7565d5bc 100644
--- a/src/CLI/dbus.cpp
+++ b/src/cli/dbus.cpp
diff --git a/src/CLI/dbus.h b/src/cli/dbus.h
index 8b56b152..8b56b152 100644
--- a/src/CLI/dbus.h
+++ b/src/cli/dbus.h
diff --git a/src/CLI/report.cpp b/src/cli/report.cpp
index 96dec553..96dec553 100644
--- a/src/CLI/report.cpp
+++ b/src/cli/report.cpp
diff --git a/src/CLI/report.h b/src/cli/report.h
index 8a851b8e..8a851b8e 100644
--- a/src/CLI/report.h
+++ b/src/cli/report.h
diff --git a/src/CLI/run-command.cpp b/src/cli/run-command.cpp
index 1f6836d6..1f6836d6 100644
--- a/src/CLI/run-command.cpp
+++ b/src/cli/run-command.cpp
diff --git a/src/CLI/run-command.h b/src/cli/run-command.h
index 71391579..71391579 100644
--- a/src/CLI/run-command.h
+++ b/src/cli/run-command.h
diff --git a/src/Daemon/CommLayerServer.cpp b/src/daemon/CommLayerServer.cpp
index 5e250121..5e250121 100644
--- a/src/Daemon/CommLayerServer.cpp
+++ b/src/daemon/CommLayerServer.cpp
diff --git a/src/Daemon/CommLayerServer.h b/src/daemon/CommLayerServer.h
index c6bf71ee..c6bf71ee 100644
--- a/src/Daemon/CommLayerServer.h
+++ b/src/daemon/CommLayerServer.h
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/daemon/CommLayerServerDBus.cpp
index 4b11fc04..4b11fc04 100644
--- a/src/Daemon/CommLayerServerDBus.cpp
+++ b/src/daemon/CommLayerServerDBus.cpp
diff --git a/src/Daemon/CommLayerServerDBus.h b/src/daemon/CommLayerServerDBus.h
index 7ccad083..7ccad083 100644
--- a/src/Daemon/CommLayerServerDBus.h
+++ b/src/daemon/CommLayerServerDBus.h
diff --git a/src/Daemon/CrashWatcher.cpp b/src/daemon/CrashWatcher.cpp
index dad43815..dad43815 100644
--- a/src/Daemon/CrashWatcher.cpp
+++ b/src/daemon/CrashWatcher.cpp
diff --git a/src/Daemon/CrashWatcher.h b/src/daemon/CrashWatcher.h
index 44c04137..44c04137 100644
--- a/src/Daemon/CrashWatcher.h
+++ b/src/daemon/CrashWatcher.h
diff --git a/src/Daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index 735da5af..735da5af 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
diff --git a/src/Daemon/Daemon.h b/src/daemon/Daemon.h
index 62088651..62088651 100644
--- a/src/Daemon/Daemon.h
+++ b/src/daemon/Daemon.h
diff --git a/src/Daemon/Makefile.am b/src/daemon/Makefile.am
index 089f3787..7dacc604 100644
--- a/src/Daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -14,7 +14,7 @@ abrtd_SOURCES = \
dumpsocket.h dumpsocket.cpp
abrtd_CPPFLAGS = \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils \
+ -I$(srcdir)/../../lib/utils \
-DBIN_DIR=\"$(bindir)\" \
-DVAR_RUN=\"$(VAR_RUN)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
@@ -29,8 +29,8 @@ abrtd_CPPFLAGS = \
-D_GNU_SOURCE \
-Wall
abrtd_LDADD = \
- ../../lib/Utils/libABRTUtils.la \
- ../../lib/Utils/libABRTdUtils.la \
+ ../../lib/utils/libABRTUtils.la \
+ ../../lib/utils/libABRTdUtils.la \
$(DL_LIBS) \
$(DBUS_LIBS) \
$(RPM_LIBS) \
diff --git a/src/Daemon/MiddleWare.cpp b/src/daemon/MiddleWare.cpp
index c7ed4df5..c7ed4df5 100644
--- a/src/Daemon/MiddleWare.cpp
+++ b/src/daemon/MiddleWare.cpp
diff --git a/src/Daemon/MiddleWare.h b/src/daemon/MiddleWare.h
index ac998872..ac998872 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/daemon/MiddleWare.h
diff --git a/src/Daemon/PluginManager.cpp b/src/daemon/PluginManager.cpp
index 4f64ed00..4f64ed00 100644
--- a/src/Daemon/PluginManager.cpp
+++ b/src/daemon/PluginManager.cpp
diff --git a/src/Daemon/PluginManager.h b/src/daemon/PluginManager.h
index a00fd3e4..a00fd3e4 100644
--- a/src/Daemon/PluginManager.h
+++ b/src/daemon/PluginManager.h
diff --git a/src/Daemon/Settings.cpp b/src/daemon/Settings.cpp
index 5dda12a0..5dda12a0 100644
--- a/src/Daemon/Settings.cpp
+++ b/src/daemon/Settings.cpp
diff --git a/src/Daemon/Settings.h b/src/daemon/Settings.h
index 3103dbd5..3103dbd5 100644
--- a/src/Daemon/Settings.h
+++ b/src/daemon/Settings.h
diff --git a/src/Daemon/abrt-debuginfo-install b/src/daemon/abrt-debuginfo-install
index 3a236b59..3a236b59 100755
--- a/src/Daemon/abrt-debuginfo-install
+++ b/src/daemon/abrt-debuginfo-install
diff --git a/src/Daemon/abrt-handle-upload b/src/daemon/abrt-handle-upload
index 55eeb7a6..55eeb7a6 100755
--- a/src/Daemon/abrt-handle-upload
+++ b/src/daemon/abrt-handle-upload
diff --git a/src/Daemon/abrt.conf b/src/daemon/abrt.conf
index 534aef8f..534aef8f 100644
--- a/src/Daemon/abrt.conf
+++ b/src/daemon/abrt.conf
diff --git a/src/Daemon/abrt.conf.5 b/src/daemon/abrt.conf.5
index f8afe393..f8afe393 100644
--- a/src/Daemon/abrt.conf.5
+++ b/src/daemon/abrt.conf.5
diff --git a/src/Daemon/abrtd.8 b/src/daemon/abrtd.8
index 150f0c3d..150f0c3d 100644
--- a/src/Daemon/abrtd.8
+++ b/src/daemon/abrtd.8
diff --git a/src/Daemon/abrtd.service b/src/daemon/abrtd.service
index e170e324..e170e324 100644
--- a/src/Daemon/abrtd.service
+++ b/src/daemon/abrtd.service
diff --git a/src/Daemon/com.redhat.abrt.service b/src/daemon/com.redhat.abrt.service
index b251ef7f..b251ef7f 100644
--- a/src/Daemon/com.redhat.abrt.service
+++ b/src/daemon/com.redhat.abrt.service
diff --git a/src/Daemon/dbus-abrt.conf b/src/daemon/dbus-abrt.conf
index 11b2a111..11b2a111 100644
--- a/src/Daemon/dbus-abrt.conf
+++ b/src/daemon/dbus-abrt.conf
diff --git a/src/Daemon/dumpsocket.cpp b/src/daemon/dumpsocket.cpp
index 699a0609..699a0609 100644
--- a/src/Daemon/dumpsocket.cpp
+++ b/src/daemon/dumpsocket.cpp
diff --git a/src/Daemon/dumpsocket.h b/src/daemon/dumpsocket.h
index e5b79d60..e5b79d60 100644
--- a/src/Daemon/dumpsocket.h
+++ b/src/daemon/dumpsocket.h
diff --git a/src/Daemon/gpg_keys b/src/daemon/gpg_keys
index cde50f13..cde50f13 100644
--- a/src/Daemon/gpg_keys
+++ b/src/daemon/gpg_keys
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/daemon/org.fedoraproject.abrt.policy
index 9261acdc..9261acdc 100644
--- a/src/Daemon/org.fedoraproject.abrt.policy
+++ b/src/daemon/org.fedoraproject.abrt.policy
diff --git a/src/Daemon/rpm.c b/src/daemon/rpm.c
index d367dccd..d367dccd 100644
--- a/src/Daemon/rpm.c
+++ b/src/daemon/rpm.c
diff --git a/src/Daemon/rpm.h b/src/daemon/rpm.h
index 9b6b339c..9b6b339c 100644
--- a/src/Daemon/rpm.h
+++ b/src/daemon/rpm.h
diff --git a/src/Gui/ABRTExceptions.py b/src/gui/ABRTExceptions.py
index 0016632c..0016632c 100644
--- a/src/Gui/ABRTExceptions.py
+++ b/src/gui/ABRTExceptions.py
diff --git a/src/Gui/ABRTPlugin.py b/src/gui/ABRTPlugin.py
index c54f670c..c54f670c 100644
--- a/src/Gui/ABRTPlugin.py
+++ b/src/gui/ABRTPlugin.py
diff --git a/src/Gui/CCDBusBackend.py b/src/gui/CCDBusBackend.py
index 5ddb9cdf..5ddb9cdf 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/gui/CCDBusBackend.py
diff --git a/src/Gui/CCDump.py b/src/gui/CCDump.py
index d8a15f9a..d8a15f9a 100644
--- a/src/Gui/CCDump.py
+++ b/src/gui/CCDump.py
diff --git a/src/Gui/CCDumpList.py b/src/gui/CCDumpList.py
index 3c555d84..3c555d84 100644
--- a/src/Gui/CCDumpList.py
+++ b/src/gui/CCDumpList.py
diff --git a/src/Gui/CCMainWindow.py b/src/gui/CCMainWindow.py
index 4ee14768..4ee14768 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/gui/CCMainWindow.py
diff --git a/src/Gui/CCReporterDialog.py b/src/gui/CCReporterDialog.py
index 947a2582..947a2582 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/gui/CCReporterDialog.py
diff --git a/src/Gui/CC_gui_functions.py b/src/gui/CC_gui_functions.py
index 56abae1b..56abae1b 100644
--- a/src/Gui/CC_gui_functions.py
+++ b/src/gui/CC_gui_functions.py
diff --git a/src/Gui/CReporterAssistant.py b/src/gui/CReporterAssistant.py
index 0ddd18fa..0ddd18fa 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/gui/CReporterAssistant.py
diff --git a/src/Gui/CellRenderers.py b/src/gui/CellRenderers.py
index fe17b3ed..fe17b3ed 100644
--- a/src/Gui/CellRenderers.py
+++ b/src/gui/CellRenderers.py
diff --git a/src/Gui/ConfBackend.py b/src/gui/ConfBackend.py
index d3def183..d3def183 100644
--- a/src/Gui/ConfBackend.py
+++ b/src/gui/ConfBackend.py
diff --git a/src/Gui/Makefile.am b/src/gui/Makefile.am
index 002b3bc7..002b3bc7 100644
--- a/src/Gui/Makefile.am
+++ b/src/gui/Makefile.am
diff --git a/src/Gui/PluginList.py b/src/gui/PluginList.py
index f93e64e4..f93e64e4 100644
--- a/src/Gui/PluginList.py
+++ b/src/gui/PluginList.py
diff --git a/src/Gui/PluginSettingsUI.py b/src/gui/PluginSettingsUI.py
index db4c92de..db4c92de 100644
--- a/src/Gui/PluginSettingsUI.py
+++ b/src/gui/PluginSettingsUI.py
diff --git a/src/Gui/PluginsSettingsDialog.py b/src/gui/PluginsSettingsDialog.py
index 2951320e..2951320e 100644
--- a/src/Gui/PluginsSettingsDialog.py
+++ b/src/gui/PluginsSettingsDialog.py
diff --git a/src/Gui/SettingsDialog.py b/src/gui/SettingsDialog.py
index a69a68ec..a69a68ec 100644
--- a/src/Gui/SettingsDialog.py
+++ b/src/gui/SettingsDialog.py
diff --git a/src/Gui/abrt-gui b/src/gui/abrt-gui
index 059d8676..059d8676 100755
--- a/src/Gui/abrt-gui
+++ b/src/gui/abrt-gui
diff --git a/src/Gui/abrt.desktop.in b/src/gui/abrt.desktop.in
index 99d7f8f8..99d7f8f8 100644
--- a/src/Gui/abrt.desktop.in
+++ b/src/gui/abrt.desktop.in
diff --git a/src/Gui/abrt.png b/src/gui/abrt.png
index dc24865e..dc24865e 100644
--- a/src/Gui/abrt.png
+++ b/src/gui/abrt.png
Binary files differ
diff --git a/src/Gui/abrt_utils.py b/src/gui/abrt_utils.py
index f9c60b52..f9c60b52 100644
--- a/src/Gui/abrt_utils.py
+++ b/src/gui/abrt_utils.py
diff --git a/src/Gui/ccgui.glade b/src/gui/ccgui.glade
index 7d46c298..7d46c298 100644
--- a/src/Gui/ccgui.glade
+++ b/src/gui/ccgui.glade
diff --git a/src/Gui/dialogs.glade b/src/gui/dialogs.glade
index 1f251de5..1f251de5 100644
--- a/src/Gui/dialogs.glade
+++ b/src/gui/dialogs.glade
diff --git a/src/Gui/progress_window.glade b/src/gui/progress_window.glade
index af48ee55..af48ee55 100644
--- a/src/Gui/progress_window.glade
+++ b/src/gui/progress_window.glade
diff --git a/src/Gui/report.glade b/src/gui/report.glade
index 2f79b39f..2f79b39f 100644
--- a/src/Gui/report.glade
+++ b/src/gui/report.glade
diff --git a/src/Gui/settings.glade b/src/gui/settings.glade
index b83e6617..b83e6617 100644
--- a/src/Gui/settings.glade
+++ b/src/gui/settings.glade
diff --git a/src/Gui/settings_wizard.glade b/src/gui/settings_wizard.glade
index 24cb200a..24cb200a 100644
--- a/src/Gui/settings_wizard.glade
+++ b/src/gui/settings_wizard.glade
diff --git a/src/Hooks/Makefile.am b/src/hooks/Makefile.am
index eec2cd11..55ffc446 100644
--- a/src/Hooks/Makefile.am
+++ b/src/hooks/Makefile.am
@@ -5,20 +5,20 @@ bin_PROGRAMS = dumpoops
abrt_hook_ccpp_SOURCES = abrt-hook-ccpp.cpp
abrt_hook_ccpp_CPPFLAGS = \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils \
+ -I$(srcdir)/../../lib/utils \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
-DVAR_RUN=\"$(VAR_RUN)\" \
-D_GNU_SOURCE
abrt_hook_ccpp_LDADD = \
- ../../lib/Utils/libABRTUtils.la
+ ../../lib/utils/libABRTUtils.la
# dumpoops
dumpoops_SOURCES = dumpoops.cpp
dumpoops_CPPFLAGS = \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils \
- -I$(srcdir)/../../lib/Plugins \
+ -I$(srcdir)/../../lib/utils \
+ -I$(srcdir)/../../lib/plugins \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
-DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
@@ -27,8 +27,8 @@ dumpoops_CPPFLAGS = \
-D_GNU_SOURCE
# build will succeed, but at runtime plugins do need ABRT*d*Utils
dumpoops_LDADD = \
- ../../lib/Utils/libABRTUtils.la \
- ../../lib/Utils/libABRTdUtils.la
+ ../../lib/utils/libABRTUtils.la \
+ ../../lib/utils/libABRTdUtils.la
python_PYTHON = abrt.pth abrt_exception_handler.py
EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS)
diff --git a/src/Hooks/abrt-hook-ccpp.cpp b/src/hooks/abrt-hook-ccpp.cpp
index e53007a4..e53007a4 100644
--- a/src/Hooks/abrt-hook-ccpp.cpp
+++ b/src/hooks/abrt-hook-ccpp.cpp
diff --git a/src/Hooks/abrt.pth b/src/hooks/abrt.pth
index 39fc292e..39fc292e 100644
--- a/src/Hooks/abrt.pth
+++ b/src/hooks/abrt.pth
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/hooks/abrt_exception_handler.py.in
index dd6fbaed..dd6fbaed 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/hooks/abrt_exception_handler.py.in
diff --git a/src/Hooks/dumpoops.cpp b/src/hooks/dumpoops.cpp
index a2d2353a..a2d2353a 100644
--- a/src/Hooks/dumpoops.cpp
+++ b/src/hooks/dumpoops.cpp
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 0cecf26a..29e06645 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -3,9 +3,9 @@ abrt_backtrace_CFLAGS = -Wall
abrt_backtrace_SOURCES = abrt-backtrace.c
abrt_backtrace_CPPFLAGS = \
-I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/Utils
+ -I$(srcdir)/../../lib/utils
abrt_backtrace_LDADD = \
- ../../lib/Utils/libABRTUtils.la
+ ../../lib/utils/libABRTUtils.la
man_MANS = abrt-backtrace.1
EXTRA_DIST = $(man_MANS)