[gnome-panel] modules: use module id as library name



commit 981c1c2cc03b139c234753d8f70f61747c8d1e81
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Apr 15 23:00:51 2020 +0300

    modules: use module id as library name

 modules/clock/Makefile.am             | 12 ++++++------
 modules/fish/Makefile.am              | 12 ++++++------
 modules/launcher/Makefile.am          | 12 ++++++------
 modules/menu/Makefile.am              | 12 ++++++------
 modules/notification-area/Makefile.am | 12 ++++++------
 modules/separator/Makefile.am         | 12 ++++++------
 modules/status-notifier/Makefile.am   | 12 ++++++------
 modules/wncklet/Makefile.am           | 12 ++++++------
 8 files changed, 48 insertions(+), 48 deletions(-)
---
diff --git a/modules/clock/Makefile.am b/modules/clock/Makefile.am
index b4bc70750..70341d71e 100644
--- a/modules/clock/Makefile.am
+++ b/modules/clock/Makefile.am
@@ -3,7 +3,7 @@ NULL =
 SUBDIRS = pixmaps
 
 clock_libdir = $(libdir)/gnome-panel/modules
-clock_lib_LTLIBRARIES = clock.la
+clock_lib_LTLIBRARIES = org.gnome.gnome-panel.clock.la
 
 if ENABLE_EDS
 CALENDAR_SOURCES = \
@@ -15,7 +15,7 @@ CALENDAR_SOURCES = \
        $(NULL)
 endif
 
-clock_la_SOURCES = \
+org_gnome_gnome_panel_clock_la_SOURCES = \
        calendar-window.c \
        calendar-window.h \
        clock-applet.c \
@@ -39,7 +39,7 @@ clock_la_SOURCES = \
        $(CALENDAR_SOURCES) \
        $(NULL)
 
-clock_la_CPPFLAGS = \
+org_gnome_gnome_panel_clock_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DCLOCK_EDS_ICONDIR="\"$(CLOCK_EDS_ICONDIR)\"" \
        -DEDS_DISABLE_DEPRECATED \
@@ -49,7 +49,7 @@ clock_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-clock_la_CFLAGS = \
+org_gnome_gnome_panel_clock_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(CLOCK_CFLAGS) \
        $(CLOCK_EDS_CFLAGS) \
@@ -57,7 +57,7 @@ clock_la_CFLAGS = \
        $(AM_CFLAGS) \
        $(NULL)
 
-clock_la_LIBADD = \
+org_gnome_gnome_panel_clock_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(CLOCK_LIBS) \
        $(CLOCK_EDS_LIBS) \
@@ -65,7 +65,7 @@ clock_la_LIBADD = \
        $(LIBM) \
        $(NULL)
 
-clock_la_LDFLAGS = \
+org_gnome_gnome_panel_clock_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/fish/Makefile.am b/modules/fish/Makefile.am
index 82d04b42a..7b1ade14d 100644
--- a/modules/fish/Makefile.am
+++ b/modules/fish/Makefile.am
@@ -1,36 +1,36 @@
 NULL =
 
 fish_libdir = $(libdir)/gnome-panel/modules
-fish_lib_LTLIBRARIES = fish.la
+fish_lib_LTLIBRARIES = org.gnome.gnome-panel.fish.la
 
-fish_la_SOURCES = \
+org_gnome_gnome_panel_fish_la_SOURCES = \
        fish-applet.c \
        fish-applet.h \
        fish-module.c \
        $(BUILT_SOURCES) \
        $(NULL)
 
-fish_la_CPPFLAGS = \
+org_gnome_gnome_panel_fish_la_CPPFLAGS = \
        -DFISH_ICONDIR=\""$(fishbitmapsdir)"\" \
        -DLOCALEDIR=\""$(localedir)"\" \
        -I$(top_srcdir) \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-fish_la_CFLAGS = \
+org_gnome_gnome_panel_fish_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(FISH_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-fish_la_LIBADD = \
+org_gnome_gnome_panel_fish_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(FISH_LIBS) \
        $(NULL)
 
-fish_la_LDFLAGS = \
+org_gnome_gnome_panel_fish_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/launcher/Makefile.am b/modules/launcher/Makefile.am
index 6709891df..d336374c5 100644
--- a/modules/launcher/Makefile.am
+++ b/modules/launcher/Makefile.am
@@ -1,9 +1,9 @@
 NULL =
 
 launcher_libdir = $(libdir)/gnome-panel/modules
-launcher_lib_LTLIBRARIES = launcher.la
+launcher_lib_LTLIBRARIES = org.gnome.gnome-panel.launcher.la
 
-launcher_la_CPPFLAGS = \
+org_gnome_gnome_panel_launcher_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DGMENU_I_KNOW_THIS_IS_UNSTABLE \
        -DGRESOURCE_PREFIX=\""/org/gnome/gnome-panel/modules/launcher"\" \
@@ -13,14 +13,14 @@ launcher_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-launcher_la_CFLAGS = \
+org_gnome_gnome_panel_launcher_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(LAUNCHER_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-launcher_la_SOURCES = \
+org_gnome_gnome_panel_launcher_la_SOURCES = \
        gp-custom-launcher-applet.c \
        gp-custom-launcher-applet.h \
        gp-editor.c \
@@ -39,13 +39,13 @@ launcher_la_SOURCES = \
        $(BUILT_SOURCES) \
        $(NULL)
 
-launcher_la_LIBADD = \
+org_gnome_gnome_panel_launcher_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(LAUNCHER_LIBS) \
        $(NULL)
 
-launcher_la_LDFLAGS = \
+org_gnome_gnome_panel_launcher_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/menu/Makefile.am b/modules/menu/Makefile.am
index 9c0d7eb26..644284e8c 100644
--- a/modules/menu/Makefile.am
+++ b/modules/menu/Makefile.am
@@ -1,9 +1,9 @@
 NULL =
 
 menu_libdir = $(libdir)/gnome-panel/modules
-menu_lib_LTLIBRARIES = menu.la
+menu_lib_LTLIBRARIES = org.gnome.gnome-panel.menu.la
 
-menu_la_CPPFLAGS = \
+org_gnome_gnome_panel_menu_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DGMENU_I_KNOW_THIS_IS_UNSTABLE \
        -DG_LOG_DOMAIN=\""menu"\" \
@@ -12,14 +12,14 @@ menu_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-menu_la_CFLAGS = \
+org_gnome_gnome_panel_menu_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(MENU_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-menu_la_SOURCES = \
+org_gnome_gnome_panel_menu_la_SOURCES = \
        gp-bookmarks.c \
        gp-bookmarks.h \
        gp-lock-logout.c \
@@ -52,13 +52,13 @@ menu_la_SOURCES = \
        $(BUILT_SOURCES) \
        $(NULL)
 
-menu_la_LIBADD = \
+org_gnome_gnome_panel_menu_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(MENU_LIBS) \
        $(NULL)
 
-menu_la_LDFLAGS = \
+org_gnome_gnome_panel_menu_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/notification-area/Makefile.am b/modules/notification-area/Makefile.am
index a9d64d4f3..e168bbe8b 100644
--- a/modules/notification-area/Makefile.am
+++ b/modules/notification-area/Makefile.am
@@ -1,23 +1,23 @@
 NULL =
 
 notification_area_libdir = $(libdir)/gnome-panel/modules
-notification_area_lib_LTLIBRARIES = notification-area.la
+notification_area_lib_LTLIBRARIES = org.gnome.gnome-panel.notification-area.la
 
-notification_area_la_CPPFLAGS = \
+org_gnome_gnome_panel_notification_area_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DG_LOG_DOMAIN=\""notification-area"\" \
        -I$(top_srcdir) \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-notification_area_la_CFLAGS = \
+org_gnome_gnome_panel_notification_area_la_CFLAGS = \
        $(NOTIFICATION_AREA_CFLAGS) \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-notification_area_la_SOURCES = \
+org_gnome_gnome_panel_notification_area_la_SOURCES = \
        fixedtip.h \
        fixedtip.c \
        na-applet.c \
@@ -31,13 +31,13 @@ notification_area_la_SOURCES = \
        na-tray-manager.h \
        $(NULL)
 
-notification_area_la_LIBADD = \
+org_gnome_gnome_panel_notification_area_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(NOTIFICATION_AREA_LIBS) \
        $(LIBGNOME_PANEL_LIBS) \
        $(NULL)
 
-notification_area_la_LDFLAGS = \
+org_gnome_gnome_panel_notification_area_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/separator/Makefile.am b/modules/separator/Makefile.am
index 682ec914b..bd4e032cf 100644
--- a/modules/separator/Makefile.am
+++ b/modules/separator/Makefile.am
@@ -1,9 +1,9 @@
 NULL =
 
 separator_libdir = $(libdir)/gnome-panel/modules
-separator_lib_LTLIBRARIES = separator.la
+separator_lib_LTLIBRARIES = org.gnome.gnome-panel.separator.la
 
-separator_la_CPPFLAGS = \
+org_gnome_gnome_panel_separator_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DG_LOG_DOMAIN=\""separator"\" \
        -DG_LOG_USE_STRUCTURED=1 \
@@ -11,26 +11,26 @@ separator_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-separator_la_CFLAGS = \
+org_gnome_gnome_panel_separator_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(SEPARATOR_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-separator_la_SOURCES = \
+org_gnome_gnome_panel_separator_la_SOURCES = \
        separator-applet.c \
        separator-applet.h \
        separator-module.c \
        $(NULL)
 
-separator_la_LIBADD = \
+org_gnome_gnome_panel_separator_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(SEPARATOR_LIBS) \
        $(NULL)
 
-separator_la_LDFLAGS = \
+org_gnome_gnome_panel_separator_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/status-notifier/Makefile.am b/modules/status-notifier/Makefile.am
index 1e3d90365..a85d512c3 100644
--- a/modules/status-notifier/Makefile.am
+++ b/modules/status-notifier/Makefile.am
@@ -1,9 +1,9 @@
 NULL =
 
 status_notifier_libdir = $(libdir)/gnome-panel/modules
-status_notifier_lib_LTLIBRARIES = status-notifier.la
+status_notifier_lib_LTLIBRARIES = org.gnome.gnome-panel.status-notifier.la
 
-status_notifier_la_CPPFLAGS = \
+org_gnome_gnome_panel_status_notifier_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DG_LOG_DOMAIN=\""status-notifier"\" \
        -DG_LOG_USE_STRUCTURED=1 \
@@ -11,14 +11,14 @@ status_notifier_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-status_notifier_la_CFLAGS = \
+org_gnome_gnome_panel_status_notifier_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(STATUS_NOTIFIER_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-status_notifier_la_SOURCES = \
+org_gnome_gnome_panel_status_notifier_la_SOURCES = \
        sn-applet.c \
        sn-applet.h \
        sn-dbus-menu.c \
@@ -37,14 +37,14 @@ status_notifier_la_SOURCES = \
        $(BUILT_SOURCES) \
        $(NULL)
 
-status_notifier_la_LIBADD = \
+org_gnome_gnome_panel_status_notifier_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(LIBM) \
        $(STATUS_NOTIFIER_LIBS) \
        $(NULL)
 
-status_notifier_la_LDFLAGS = \
+org_gnome_gnome_panel_status_notifier_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
diff --git a/modules/wncklet/Makefile.am b/modules/wncklet/Makefile.am
index 1ab6d0503..bd2f0ff91 100644
--- a/modules/wncklet/Makefile.am
+++ b/modules/wncklet/Makefile.am
@@ -1,23 +1,23 @@
 NULL =
 
 wncklet_libdir = $(libdir)/gnome-panel/modules
-wncklet_lib_LTLIBRARIES = wncklet.la
+wncklet_lib_LTLIBRARIES = org.gnome.gnome-panel.wncklet.la
 
-wncklet_la_CPPFLAGS = \
+org_gnome_gnome_panel_wncklet_la_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
        -I$(top_srcdir) \
        $(AM_CPPFLAGS) \
        $(NULL)
 
-wncklet_la_CFLAGS = \
+org_gnome_gnome_panel_wncklet_la_CFLAGS = \
        $(LIBGNOME_PANEL_CFLAGS) \
        $(WNCKLET_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
-wncklet_la_SOURCES = \
+org_gnome_gnome_panel_wncklet_la_SOURCES = \
        wncklet.c \
        wncklet.h \
        wncklet-module.c \
@@ -32,13 +32,13 @@ wncklet_la_SOURCES = \
        $(BUILT_SOURCES) \
        $(NULL)
 
-wncklet_la_LIBADD = \
+org_gnome_gnome_panel_wncklet_la_LIBADD = \
        $(top_builddir)/libgnome-panel/libgnome-panel.la \
        $(LIBGNOME_PANEL_LIBS) \
        $(WNCKLET_LIBS) \
        $(NULL)
 
-wncklet_la_LDFLAGS = \
+org_gnome_gnome_panel_wncklet_la_LDFLAGS = \
        -module -avoid-version \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]