mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Fix build due to trivial typos in ab0e9dbf.
https://bugzilla.gnome.org/show_bug.cgi?id=652750
This commit is contained in:
parent
34b7126a4e
commit
de0519581a
@ -18,107 +18,6 @@ DOC_SOURCE_DIR=$(top_srcdir)/gio
|
|||||||
HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_srcdir)/gio/gio-public-headers.txt))
|
HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_srcdir)/gio/gio-public-headers.txt))
|
||||||
CFILE_GLOB=$(top_srcdir)/gio/*.c
|
CFILE_GLOB=$(top_srcdir)/gio/*.c
|
||||||
|
|
||||||
# Headers to ignore
|
|
||||||
IGNORE_HFILES= \
|
|
||||||
gvdb \
|
|
||||||
tests \
|
|
||||||
asyncns.h \
|
|
||||||
fam-helper.h \
|
|
||||||
fen-data.h \
|
|
||||||
fen-helper.h \
|
|
||||||
fen-kernel.h \
|
|
||||||
fen-node.h \
|
|
||||||
gasynchelper.h \
|
|
||||||
gcontenttypeprivate.h \
|
|
||||||
gdbusauth.h \
|
|
||||||
gdbusauthmechanism.h \
|
|
||||||
gdbusauthmechanismanon.h \
|
|
||||||
gdbusauthmechanismexternal.h \
|
|
||||||
gdbusauthmechanismsha1.h \
|
|
||||||
gdbusprivate.h \
|
|
||||||
gdbus-sessionbus.h \
|
|
||||||
gdbus-tests.h \
|
|
||||||
gdummyproxyresolver.h \
|
|
||||||
testenums.h \
|
|
||||||
gapplicationimpl.h \
|
|
||||||
gdelayedsettingsbackend.h \
|
|
||||||
gregistrysettingsbackend.h \
|
|
||||||
gdummyfile.h \
|
|
||||||
gfamdirectorymonitor.h \
|
|
||||||
gfamfilemonitor.h \
|
|
||||||
gfendirectorymonitor.h \
|
|
||||||
gfenfilemonitor.h \
|
|
||||||
gfileattribute-priv.h \
|
|
||||||
gfileinfo-priv.h \
|
|
||||||
ginotifydirectorymonitor.h \
|
|
||||||
ginotifyfilemonitor.h \
|
|
||||||
gio-marshal.h \
|
|
||||||
gio.h \
|
|
||||||
gkeyfilesettingsbackend.h \
|
|
||||||
gioenumtypes.h \
|
|
||||||
giomodule-priv.h \
|
|
||||||
glocaldirectorymonitor.h \
|
|
||||||
glocalfile.h \
|
|
||||||
glocalfileenumerator.h \
|
|
||||||
glocalfileinfo.h \
|
|
||||||
glocalfileinputstream.h \
|
|
||||||
glocalfileiostream.h \
|
|
||||||
glocalfilemonitor.h \
|
|
||||||
glocalfileoutputstream.h \
|
|
||||||
glocalvfs.h \
|
|
||||||
gmemorysettingsbackend.h \
|
|
||||||
gmountprivate.h \
|
|
||||||
gnativevolumemonitor.h \
|
|
||||||
gnetworkingprivate.h \
|
|
||||||
gnullsettingsbackend.h \
|
|
||||||
gpollfilemonitor.h \
|
|
||||||
gproxyconnection.h \
|
|
||||||
gsettingsbackendinternal.h \
|
|
||||||
gsettingsschema.h \
|
|
||||||
gsettings-mapping.h \
|
|
||||||
gsocketinputstream.h \
|
|
||||||
gsocketoutputstream.h \
|
|
||||||
gthreadedresolver.h \
|
|
||||||
gunionvolumemonitor.h \
|
|
||||||
gunixdrive.h \
|
|
||||||
gunixmount.h \
|
|
||||||
gunixvolumemonitor.h \
|
|
||||||
gunixresolver.h \
|
|
||||||
gunixvolume.h \
|
|
||||||
gvdb-builder.h \
|
|
||||||
gvdb-format.h \
|
|
||||||
gvdb-render.h \
|
|
||||||
gvolumeprivate.h \
|
|
||||||
gwin32appinfo.h \
|
|
||||||
gwin32mount.h \
|
|
||||||
gwin32directorymonitor.h \
|
|
||||||
gwin32inputstream.h \
|
|
||||||
gwin32outputstream.h \
|
|
||||||
gwin32volumemonitor.h \
|
|
||||||
gwin32resolver.h \
|
|
||||||
gwinhttpfile.h \
|
|
||||||
gwinhttpfileinputstream.h \
|
|
||||||
gwinhttpfileoutputstream.h \
|
|
||||||
gwinhttpvfs.h \
|
|
||||||
inotify-diag.h \
|
|
||||||
inotify-helper.h \
|
|
||||||
inotify-kernel.h \
|
|
||||||
inotify-missing.h \
|
|
||||||
inotify-path.h \
|
|
||||||
inotify-sub.h \
|
|
||||||
local_inotify.h \
|
|
||||||
local_inotify_syscalls.h \
|
|
||||||
xdgmime.h \
|
|
||||||
xdgmimealias.h \
|
|
||||||
xdgmimecache.h \
|
|
||||||
xdgmimeglob.h \
|
|
||||||
xdgmimeint.h \
|
|
||||||
xdgmimemagic.h \
|
|
||||||
xdgmimeparent.h \
|
|
||||||
xdgmimeicon.h \
|
|
||||||
winhttp.h \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||||
# if $(DOC_MODULE).types is non-empty.
|
# if $(DOC_MODULE).types is non-empty.
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
@ -20,7 +20,7 @@ SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
|
|||||||
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
|
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
|
||||||
|
|
||||||
# Used for dependencies
|
# Used for dependencies
|
||||||
HFILE_GLOB=$(addprefix $(top_srcdir)/gobject/,$(shell cat $(top_srcdir)/gobject/gobject-public-header-files.txt))
|
HFILE_GLOB=$(addprefix $(top_srcdir)/gobject/,$(shell cat $(top_srcdir)/gobject/gobject-public-headers.txt))
|
||||||
CFILE_GLOB=$(top_srcdir)/gobject/*.c
|
CFILE_GLOB=$(top_srcdir)/gobject/*.c
|
||||||
|
|
||||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user