mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01:00
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 = -I$(top_srcdir)
|
||
|
|
||
|
noinst_LTLIBRARIES = libasyncns.la
|
||
|
|
||
|
libasyncns_la_SOURCES = \
|
||
|
asyncns.c \
|
||
|
asyncns.h \
|
||
|
g-asyncns.h
|
||
|
|
||
|
libasyncns_la_LIBADD = $(LIBASYNCNS_LIBADD)
|
||
|
|
||
|
EXTRA_DIST += README update.sh
|