mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
4e78a0a9df
This causes several problems: - Compilation in FreeBSD with --enable-gtk-doc broke - Modules that still use the AM_GLIB_GNU_GETTEXT macro doesnt compile anymore because /usr/share/glib-2.0/gettext is not filled with the correct files, as this was done in the glib custom po/Makefile.in.in See https://bugzilla.gnome.org/show_bug.cgi?id=622991 This reverts commit e5c752371c7fb1343eff27b5f1d0bcbef4e333b9.
9 lines
177 B
Makefile
9 lines
177 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
|
|
m4data_DATA = $(installed_m4)
|