[glib] gio: Remove an unused variable from Makefile.am



commit d567aa51149186e4675e01a5f11afb0360917da0
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Oct 28 17:07:49 2013 +0000

    gio: Remove an unused variable from Makefile.am
    
    RESOLVER_LIBADD was not defined anywhere (its functionality has
    migrated to NETWORK_LIBS instead).

 gio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 991fff4..ff3bc8a 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -248,7 +248,7 @@ endif
 
 if OS_UNIX
 appinfo_sources += gdesktopappinfo.c
-platform_libadd += xdgmime/libxdgmime.la $(RESOLVER_LIBADD)
+platform_libadd += xdgmime/libxdgmime.la
 platform_deps += xdgmime/libxdgmime.la
 unix_sources = \
        gfiledescriptorbased.c  \


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