diff options
Diffstat (limited to 'src/Applet')
| -rw-r--r-- | src/Applet/CCApplet.h | 2 | ||||
| -rw-r--r-- | src/Applet/Makefile.am | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index dccd70b..90a79e2 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -24,7 +24,7 @@ #include <map> #include <string> #include <DBusClientProxy.h> -#include<libnotify/notify.h> +#include <libnotify/notify.h> class CApplet : public CDBusClient_proxy, diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index 886102f..5190649 100644 --- a/src/Applet/Makefile.am +++ b/src/Applet/Makefile.am @@ -1,6 +1,8 @@ bin_PROGRAMS = abrt-applet -abrt_applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h +abrt_applet_SOURCES = \ + Applet.cpp \ + CCApplet.h CCApplet.cpp abrt_applet_CPPFLAGS = \ -Wall -Werror \ -I../Daemon/ \ |
