Logo
Explore Help
Sign In
luc14n0/glib
1
0
Fork 0
You've already forked glib
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-04 03:40:06 +02:00
Code Issues Packages Projects Releases Wiki Activity
glib/gio/libasyncns/Makefile.am

16 lines
306 B
Makefile
Raw Normal View History

Add GResolver, a glib-ish interface to DNS GResolver provides asynchronous (and synchronous-but-cancellable) APIs for resolving hostnames, reverse-resolving IP addresses back to hostnames, and resolving SRV records. Part of #548466.
2008-12-29 12:53:47 -05:00
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl
Replace -I with $(glib_INCLUDES) and friends Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
2010-08-06 13:09:26 -04:00
INCLUDES = $(config_h_INCLUDES)
Add GResolver, a glib-ish interface to DNS GResolver provides asynchronous (and synchronous-but-cancellable) APIs for resolving hostnames, reverse-resolving IP addresses back to hostnames, and resolving SRV records. Part of #548466.
2008-12-29 12:53:47 -05:00
noinst_LTLIBRARIES = libasyncns.la
libasyncns_la_SOURCES = \
asyncns.c \
asyncns.h \
g-asyncns.h
libasyncns_la_LIBADD = $(LIBASYNCNS_LIBADD)
EXTRA_DIST += README update.sh
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 526ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API