aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-03 00:53:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-03 00:53:37 +0100
commit3c81b45d3a817121a90c881d5c10f1039a4f7de9 (patch)
tree5d074daa2ff6608ef2ff5aeafda5cfb19ebfd1cf /src
parent08b5d49c689ac7300623e05ca4c2f99acf32a0df (diff)
downloadayatana-indicator-notifications-3c81b45d3a817121a90c881d5c10f1039a4f7de9.tar.gz
ayatana-indicator-notifications-3c81b45d3a817121a90c881d5c10f1039a4f7de9.tar.bz2
ayatana-indicator-notifications-3c81b45d3a817121a90c881d5c10f1039a4f7de9.zip
Name change of libnotifications.so -> libayatana-notifications.so.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 632119e..5cbce14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
-notificationslibdir = $(INDICATORDIR)
-notificationslib_LTLIBRARIES = libnotifications.la
-libnotifications_la_SOURCES = \
+ayatananotificationslibdir = $(INDICATORDIR)
+ayatananotificationslib_LTLIBRARIES = libayatana-notifications.la
+libayatana_notifications_la_SOURCES = \
dbus-spy.c \
dbus-spy.h \
urlregex.c \
@@ -10,13 +10,13 @@ libnotifications_la_SOURCES = \
indicator-notifications.c \
notification.c \
notification.h
-libnotifications_la_CFLAGS = \
+libayatana_notifications_la_CFLAGS = \
$(INDICATOR_CFLAGS) \
-Wall \
- -DG_LOG_DOMAIN=\"Ayatana-Indicator-Notifications\"
-libnotifications_la_LIBADD = \
+ -DG_LOG_DOMAIN=\"ayatana-indicator-notifications\"
+libayatana_notifications_la_LIBADD = \
$(INDICATOR_LIBS)
-libnotifications_la_LDFLAGS = \
+libayatana_notifications_la_LDFLAGS = \
-module \
-avoid-version