aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/indicator-notifications.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9425475..632119e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ libnotifications_la_SOURCES = \
libnotifications_la_CFLAGS = \
$(INDICATOR_CFLAGS) \
-Wall \
- -DG_LOG_DOMAIN=\"Indicator-Notifications\"
+ -DG_LOG_DOMAIN=\"Ayatana-Indicator-Notifications\"
libnotifications_la_LIBADD = \
$(INDICATOR_LIBS)
libnotifications_la_LDFLAGS = \
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c
index 41164c9..34cb3b5 100644
--- a/src/indicator-notifications.c
+++ b/src/indicator-notifications.c
@@ -32,9 +32,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gdk-pixbuf/gdk-pixbuf.h>
/* Indicator Stuff */
-#include <libindicator/indicator.h>
-#include <libindicator/indicator-object.h>
-#include <libindicator/indicator-service-manager.h>
+#include <libayatana-indicator/indicator.h>
+#include <libayatana-indicator/indicator-object.h>
+#include <libayatana-indicator/indicator-service-manager.h>
#include "dbus-spy.h"
#include "notification-menuitem.h"