diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 = \ |