[gnome-panel] fish: rename module from libfish-applet to fish
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] fish: rename module from libfish-applet to fish
- Date: Thu, 27 Oct 2016 23:29:28 +0000 (UTC)
commit 55b19cb883b32fa2bdb7349a66eaa6f0b9889669
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Fri Oct 28 02:10:00 2016 +0300
fish: rename module from libfish-applet to fish
applets/fish/Makefile.am | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am
index 30232b7..ef1e875 100644
--- a/applets/fish/Makefile.am
+++ b/applets/fish/Makefile.am
@@ -1,15 +1,15 @@
NULL =
-fish_applet_libdir = $(pkglibdir)
-fish_applet_lib_LTLIBRARIES = libfish-applet.la
+fish_libdir = $(pkglibdir)
+fish_lib_LTLIBRARIES = fish.la
-libfish_applet_la_SOURCES = \
+fish_la_SOURCES = \
fish-applet.c \
fish-applet.h \
$(BUILT_SOURCES) \
$(NULL)
-libfish_applet_la_CPPFLAGS = \
+fish_la_CPPFLAGS = \
-DFISH_ICONDIR=\""$(fishbitmapsdir)"\" \
-DGNOMELOCALEDIR=\""$(localedir)"\" \
-I$(srcdir)/../../libpanel-applet \
@@ -18,26 +18,26 @@ libfish_applet_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(NULL)
-libfish_applet_la_CFLAGS = \
+fish_la_CFLAGS = \
$(LIBPANEL_APPLET_CFLAGS) \
$(FISH_CFLAGS) \
$(WARN_CFLAGS) \
$(AM_CFLAGS) \
$(NULL)
-libfish_applet_la_LIBADD = \
+fish_la_LIBADD = \
$(top_builddir)/libpanel-applet/libpanel-applet.la \
$(LIBPANEL_APPLET_LIBS) \
$(FISH_LIBS) \
$(NULL)
-libfish_applet_la_LDFLAGS = \
+fish_la_LDFLAGS = \
-module -avoid-version \
$(WARN_LDFLAGS) \
$(AM_LDFLAGS) \
$(NULL)
-APPLET_LOCATION = $(pkglibdir)/libfish-applet.so
+APPLET_LOCATION = $(pkglibdir)/fish.so
appletdir = $(appletsdir)
applet_in_files = org.gnome.panel.FishApplet.panel-applet.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]