mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +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:
@@ -495,11 +495,7 @@ gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
|
||||
gio-2.0.lib: libgio-2.0.la gio.def
|
||||
lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gio.def -out:$@
|
||||
|
||||
bin_PROGRAMS = gio-querymodules
|
||||
|
||||
if OS_UNIX
|
||||
bin_PROGRAMS += gschema-compile
|
||||
endif
|
||||
bin_PROGRAMS = gio-querymodules gschema-compile
|
||||
|
||||
gio_querymodules_SOURCES = gio-querymodules.c
|
||||
gio_querymodules_LDADD = \
|
||||
|
Reference in New Issue
Block a user