[gedit] Link against libgd
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Link against libgd
- Date: Sun, 10 Feb 2013 17:19:34 +0000 (UTC)
commit 77b64a1ed04cb4cd84add52df2a699e7e86e3137
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Feb 9 11:29:53 2013 +0100
Link against libgd
gedit/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index 2353f63..ff028d6 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -10,6 +10,7 @@ pkglib_LTLIBRARIES = libgedit-private.la
INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir) \
+ -I$(top_srcdir)/libgd \
$(GEDIT_CFLAGS) \
$(GTK_MAC_CFLAGS) \
$(WARN_CFLAGS) \
@@ -37,7 +38,8 @@ endif
libgedit_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
libgedit_la_LIBADD = \
- theatrics/libtheatrics.la
+ theatrics/libtheatrics.la \
+ $(top_builddir)/libgd/libgd.la
# GEDIT_LIBS must be the last to ensure correct order on some platforms
libgedit_la_LIBADD += $(GEDIT_LIBS) $(GTK_MAC_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]