[gnome-pocket] Fix library name
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-pocket] Fix library name
- Date: Sat, 20 Sep 2014 16:46:35 +0000 (UTC)
commit e3a6236887032c47bf28f01c479f57e5bd8adc4d
Author: Bastien Nocera <hadess hadess net>
Date: Sat Sep 20 18:45:29 2014 +0200
Fix library name
libgnome-pocket.la not gnome-pocket.la
Makefile.am | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 40ac37b..6bb6c53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,14 +17,14 @@ AM_CPPFLAGS = \
noinst_PROGRAMS =
if GNOME_POCKET_STATIC
-noinst_LTLIBRARIES = gnome-pocket.la
+noinst_LTLIBRARIES = libgnome-pocket.la
else
-pkglib_LTLIBRARIES = gnome-pocket.la
+pkglib_LTLIBRARIES = libgnome-pocket.la
endif
-gnome_pocket_la_LIBADD = $(GNOME_POCKET_LIBS)
-gnome_pocket_la_LDFLAGS = -avoid-version
-gnome_pocket_la_SOURCES = \
+libgnome_pocket_la_LIBADD = $(GNOME_POCKET_LIBS)
+libgnome_pocket_la_LDFLAGS = -avoid-version
+libgnome_pocket_la_SOURCES = \
gnome-pocket/gnome-pocket.h \
gnome-pocket/gnome-pocket.c \
gnome-pocket/gnome-pocket-item.h \
@@ -36,17 +36,17 @@ test_SOURCES = \
$(NULL)
test_LDADD = \
$(GNOME_POCKET_LIBS) \
- gnome-pocket.la \
+ libgnome-pocket.la \
$(NULL)
if GNOME_POCKET_GIR
include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = GnomePocket-1.0.gir
-GnomePocket-1.0.gir: gnome-pocket.la Makefile
+GnomePocket-1.0.gir: libgnome-pocket.la Makefile
GnomePocket_1_0_gir_NAMESPACE = GnomePocket
GnomePocket_1_0_gir_VERSION = 1.0
-GnomePocket_1_0_gir_LIBS = gnome-pocket.la
+GnomePocket_1_0_gir_LIBS = libgnome-pocket.la
GnomePocket_1_0_gir_CFLAGS = $(AM_CPPFLAGS)
GnomePocket_1_0_gir_SCANNERFLAGS = \
--warn-all \
@@ -55,7 +55,7 @@ GnomePocket_1_0_gir_SCANNERFLAGS = \
--c-include="gnome-pocket/gnome-pocket.h" \
$(NULL)
GnomePocket_1_0_gir_INCLUDES = $(GNOME_POCKET_GIR_INCLUDES)
-GnomePocket_1_0_gir_FILES = $(nodist_gnome_pocket_la_SOURCES)
+GnomePocket_1_0_gir_FILES = $(libgnome_pocket_la_SOURCES)
if GNOME_POCKET_STATIC
noinst_DATA += $(srcdir)/GnomePocket-1.0.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]