mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-16 02:18:08 +02:00
With the newly added glib.mk, some of the noinst_* variables need to use += in the evaluation to avoid multiple definition warnings from automake.
8 lines
178 B
Makefile
8 lines
178 B
Makefile
include $(top_srcdir)/glib.mk
|
|
|
|
installed_m4= glib-2.0.m4 glib-gettext.m4 gsettings.m4
|
|
|
|
EXTRA_DIST+=$(installed_m4)
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
noinst_DATA += $(installed_m4)
|