mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-29 13:29:55 +01:00
Replace -I with $(glib_INCLUDES) and friends
Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
INCLUDES = $(config_h_INCLUDES)
|
||||
|
||||
noinst_LTLIBRARIES = libasyncns.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user