mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
Avoid non-portable <glob.h> API
And thus we can build gschema-compile on all platforms, and run it in tests.
This commit is contained in:
@@ -148,11 +148,7 @@ gsettings_LDADD = $(progs_ldadd)
|
||||
|
||||
EXTRA_DIST += org.gtk.test.gschema org.gtk.test.gschema.xml de.po
|
||||
|
||||
MISC_STUFF = test.mo
|
||||
|
||||
if OS_UNIX
|
||||
MISC_STUFF += gschemas.compiled
|
||||
endif
|
||||
MISC_STUFF = gschemas.compiled test.mo
|
||||
|
||||
test.mo: de.po
|
||||
$(MSGFMT) -o test.mo $(srcdir)/de.po; \
|
||||
|
Reference in New Issue
Block a user