[gnome-desktop] build: Update for libgsystem changes
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] build: Update for libgsystem changes
- Date: Fri, 20 Sep 2013 19:07:03 +0000 (UTC)
commit 1e4f0b5ee41fcdee271d827645c99b61a890f1d9
Author: Colin Walters <walters verbum org>
Date: Fri Sep 20 15:06:15 2013 -0400
build: Update for libgsystem changes
I changed how the Makefile-libgsystem.am file works; includers now
have to specify whether libgsystem.la is noinst_ or not.
libgnome-desktop/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libgnome-desktop/Makefile.am b/libgnome-desktop/Makefile.am
index d7b5fa0..e7bed80 100644
--- a/libgnome-desktop/Makefile.am
+++ b/libgnome-desktop/Makefile.am
@@ -1,5 +1,6 @@
CLEANFILES =
+EXTRA_DIST =
noinst_LTLIBRARIES =
lib_LTLIBRARIES = libgnome-desktop-3.la
@@ -23,6 +24,8 @@ libgsystem_cflags = $(GNOME_DESKTOP_CFLAGS)
libgsystem_libs = $(GNOME_DESKTOP_LIBS)
include libgsystem/Makefile-libgsystem.am
+noinst_LTLIBRARIES += libgsystem.la
+
introspection_sources = \
gnome-desktop-thumbnail.c \
gnome-thumbnail-pixbuf-utils.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]