mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-21 15:18:15 +02:00
Add a snapshot of the current stable version of glib, glib-2.32.0. Since we only need the glib library, a lot of files are removed. See the README and update-glib.sh files in glib-patches for details.
8 lines
183 B
Makefile
8 lines
183 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
installed_m4= glib-2.0.m4 glib-gettext.m4 gsettings.m4
|
|
|
|
EXTRA_DIST+=$(installed_m4)
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = $(installed_m4)
|