mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
b3b7ea8e22
Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
16 lines
306 B
Makefile
16 lines
306 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 = $(LIBASYNCNS_LIBADD)
|
|
|
|
EXTRA_DIST += README update.sh
|