[nautilus-actions/file-manager-actions] libna-core is renamed to libfma-core
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] libna-core is renamed to libfma-core
- Date: Tue, 8 Sep 2015 12:20:26 +0000 (UTC)
commit d17375aa681cffe9c30b9d2b977630df20b477d3
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Sep 8 12:52:25 2015 +0200
libna-core is renamed to libfma-core
src/core/Makefile.am | 36 ++++++++++++++++++------------------
src/io-desktop/Makefile.am | 2 +-
src/io-gconf/Makefile.am | 2 +-
src/io-xml/Makefile.am | 2 +-
src/nact/Makefile.am | 2 +-
src/plugin-menu/Makefile.am | 2 +-
src/plugin-tracker/Makefile.am | 2 +-
src/test/Makefile.am | 4 ++--
src/utils/Makefile.am | 2 +-
9 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 70f7ade..bcc176f 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -25,7 +25,7 @@
# Pierre Wieser <pwieser trychlos org>
# ... and many others (see AUTHORS)
-pkglib_LTLIBRARIES = libna-core.la
+pkglib_LTLIBRARIES = libfma-core.la
exportformat_datadir = $(pkgdatadir)/export-format
@@ -50,22 +50,22 @@ AM_CPPFLAGS += \
$(NAUTILUS_ACTIONS_CFLAGS) \
$(NULL)
-libna_core_la_SOURCES = \
+libfma_core_la_SOURCES = \
fma-about.c \
fma-about.h \
fma-boxed.c \
- fma-core-utils.c \
- fma-data-boxed.c \
+ fma-core-utils.c \
+ fma-data-boxed.c \
fma-data-def.c \
- fma-data-types.c \
+ fma-data-types.c \
fma-desktop-environment.c \
fma-desktop-environment.h \
fma-exporter.c \
fma-exporter.h \
fma-export-format.c \
fma-export-format.h \
- fma-factory-object.c \
- fma-factory-object.h \
+ fma-factory-object.c \
+ fma-factory-object.h \
fma-factory-provider.c \
fma-factory-provider.h \
fma-gconf-migration.c \
@@ -96,19 +96,19 @@ libna_core_la_SOURCES = \
fma-ioption.h \
fma-ioptions-list.c \
fma-ioptions-list.h \
- fma-iprefs.c \
- fma-iprefs.h \
- fma-module.c \
- fma-module.h \
- fma-object.c \
+ fma-iprefs.c \
+ fma-iprefs.h \
+ fma-module.c \
+ fma-module.h \
+ fma-object.c \
fma-object-id.c \
fma-object-id-factory.c \
fma-object-item.c \
fma-object-item-factory.c \
fma-object-action.c \
fma-object-action-factory.c \
- fma-object-profile.c \
- fma-object-profile-factory.c \
+ fma-object-profile.c \
+ fma-object-profile-factory.c \
fma-object-menu.c \
fma-object-menu-factory.c \
fma-pivot.c \
@@ -118,18 +118,18 @@ libna_core_la_SOURCES = \
fma-settings.c \
fma-settings.h \
fma-timeout.c \
- fma-tokens.c \
- fma-tokens.h \
+ fma-tokens.c \
+ fma-tokens.h \
fma-updater.c \
fma-updater.h \
$(BUILT_SOURCES) \
$(NULL)
-libna_core_la_LIBADD = \
+libfma_core_la_LIBADD = \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
-libna_core_la_LDFLAGS = \
+libfma_core_la_LDFLAGS = \
-no-undefined \
-avoid-version \
-fPIC \
diff --git a/src/io-desktop/Makefile.am b/src/io-desktop/Makefile.am
index 51ccb97..610e876 100644
--- a/src/io-desktop/Makefile.am
+++ b/src/io-desktop/Makefile.am
@@ -63,7 +63,7 @@ libna_io_desktop_la_SOURCES = \
$(NULL)
libna_io_desktop_la_LIBADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/io-gconf/Makefile.am b/src/io-gconf/Makefile.am
index 20b89ee..e95ffdd 100644
--- a/src/io-gconf/Makefile.am
+++ b/src/io-gconf/Makefile.am
@@ -48,7 +48,7 @@ libna_io_gconf_la_SOURCES = \
$(NULL)
libna_io_gconf_la_LIBADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/io-xml/Makefile.am b/src/io-xml/Makefile.am
index 94d094b..ebd1a51 100644
--- a/src/io-xml/Makefile.am
+++ b/src/io-xml/Makefile.am
@@ -55,7 +55,7 @@ libna_io_xml_la_SOURCES = \
$(NULL)
libna_io_xml_la_LIBADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/nact/Makefile.am b/src/nact/Makefile.am
index ea3d1a7..218ae9b 100644
--- a/src/nact/Makefile.am
+++ b/src/nact/Makefile.am
@@ -144,7 +144,7 @@ fma_config_tool_SOURCES = \
$(NULL)
fma_config_tool_LDADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/plugin-menu/Makefile.am b/src/plugin-menu/Makefile.am
index 43f6edc..80afc58 100644
--- a/src/plugin-menu/Makefile.am
+++ b/src/plugin-menu/Makefile.am
@@ -43,7 +43,7 @@ libnautilus_actions_menu_la_SOURCES = \
$(NULL)
libnautilus_actions_menu_la_LIBADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index 2c05965..7246395 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -66,7 +66,7 @@ libnautilus_actions_tracker_la_SOURCES = \
$(NULL)
libnautilus_actions_tracker_la_LIBADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index ba1564e..36c4393 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -53,7 +53,7 @@ test_reader_SOURCES = \
$(NULL)
test_reader_LDADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
@@ -111,7 +111,7 @@ test_parse_uris_SOURCES = \
$(NULL)
test_parse_uris_LDADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index ac2b2d8..015f0dd 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -26,7 +26,7 @@
# ... and many others (see AUTHORS)
NA_UTILS_LDADD = \
- $(top_builddir)/src/core/libna-core.la \
+ $(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]