pkg-config/glib/m4macros/Makefile.am
Dan Nicholson 4f0084d9d3 glib: Fix Makefiles to suppress warnings from automake
With the newly added glib.mk, some of the noinst_* variables need to use
+= in the evaluation to avoid multiple definition warnings from
automake.
2014-02-03 16:07:31 -08:00

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)