[grits] Change binaries to shared objects
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Change binaries to shared objects
- Date: Sun, 26 Jun 2011 23:30:06 +0000 (UTC)
commit bd32e45759fbdfebe619719f9f2a8ed23afad1ff
Author: Andy Spencer <andy753421 gmail com>
Date: Sat Jun 18 22:10:17 2011 +0000
Change binaries to shared objects
There's a double load of the GObjects when using static libraries with
plugins. Shared libraries avoid this, I think there are other work
arounds that let static binaries work too, but this should be fine for
now.
src/Makefile.am | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e9b536d..75c597f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,25 +53,21 @@ AM_LDFLAGS += -mwindows
dots = ..
else
AM_CPPFLAGS += -DUSE_GLX
-BINLDFLAGS = -static
endif
bin_PROGRAMS = grits-demo
grits_demo_SOURCES = grits-demo.c
grits_demo_LDADD = $(AM_LDADD) libgrits.la
-grits_demo_LDFLAGS = $(BINLDFLAGS)
# Test programs
noinst_PROGRAMS = grits-test tile-test
grits_test_SOURCES = grits-test.c
grits_test_LDADD = $(AM_LDADD) libgrits.la
-grits_test_LDFLAGS = $(BINLDFLAGS)
tile_test_SOURCES = tile-test.c
tile_test_LDADD = $(AM_LDADD) libgrits.la
-tile_test_LDFLAGS = $(BINLDFLAGS)
MAINTAINERCLEANFILES = Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]