mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-29 23:36:17 +01:00
0d63793129
Also, link libgio to -lresolv explicitly, rather than depending on getting it implicitly via the libasyncns build (which should eventually be going away). https://bugzilla.gnome.org/show_bug.cgi?id=645336
16 lines
301 B
Makefile
16 lines
301 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
INCLUDES = $(config_h_INCLUDES)
|
|
|
|
noinst_LTLIBRARIES = libasyncns.la
|
|
|
|
libasyncns_la_SOURCES = \
|
|
asyncns.c \
|
|
asyncns.h \
|
|
g-asyncns.h
|
|
|
|
libasyncns_la_LIBADD = $(NETWORK_LIBS)
|
|
|
|
EXTRA_DIST += README update.sh
|