gio: Remove an unused variable from Makefile.am
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 28 Oct 2013 17:07:49 +0000 (17:07 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 28 Oct 2013 17:07:49 +0000 (17:07 +0000)
RESOLVER_LIBADD was not defined anywhere (its functionality has
migrated to NETWORK_LIBS instead).

gio/Makefile.am

index 991fff4..ff3bc8a 100644 (file)
@@ -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  \