[gedit] Removed leftover references to libgd.



commit 73303a1a70954cdc129a3fb7bbbb2e17684ca161
Author: Adam Dingle <adam yorba org>
Date:   Tue Apr 30 06:49:19 2013 -0400

    Removed leftover references to libgd.

 gedit/Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index 791c8b2..8a9dfc2 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -8,7 +8,6 @@ pkglib_LTLIBRARIES = libgedit-private.la
 INCLUDES =                                                             \
        -I$(top_srcdir)                                                 \
        -I$(srcdir)                                                     \
-       -I$(top_srcdir)/libgd                                           \
        $(GEDIT_CFLAGS)                                                 \
        $(GTK_MAC_CFLAGS)                                               \
        $(WARN_CFLAGS)                                                  \
@@ -35,11 +34,8 @@ endif
 
 libgedit_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
 
-libgedit_la_LIBADD = \
-       $(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)
+libgedit_la_LIBADD = $(GEDIT_LIBS) $(GTK_MAC_LIBS)
 
 libgedit_private_la_LIBADD = libgedit.la $(GEDIT_LIBS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]