mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
gio: Remove an unused variable from Makefile.am
RESOLVER_LIBADD was not defined anywhere (its functionality has migrated to NETWORK_LIBS instead).
This commit is contained in:
parent
f2c4eb8cbb
commit
d567aa5114
@ -248,7 +248,7 @@ endif
|
|||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
appinfo_sources += gdesktopappinfo.c
|
appinfo_sources += gdesktopappinfo.c
|
||||||
platform_libadd += xdgmime/libxdgmime.la $(RESOLVER_LIBADD)
|
platform_libadd += xdgmime/libxdgmime.la
|
||||||
platform_deps += xdgmime/libxdgmime.la
|
platform_deps += xdgmime/libxdgmime.la
|
||||||
unix_sources = \
|
unix_sources = \
|
||||||
gfiledescriptorbased.c \
|
gfiledescriptorbased.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user