mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
32 lines
694 B
Makefile
32 lines
694 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
NULL =
|
|
|
|
noinst_LTLIBRARIES = libgiowin32.la
|
|
|
|
libgiowin32_la_SOURCES = \
|
|
gwin32directorymonitor.c \
|
|
gwin32directorymonitor.h \
|
|
gwinhttpvfs.c \
|
|
gwinhttpvfs.h \
|
|
gwinhttpfile.c \
|
|
gwinhttpfile.h \
|
|
gwinhttpfileinputstream.c \
|
|
gwinhttpfileinputstream.h \
|
|
gwinhttpfileoutputstream.c \
|
|
gwinhttpfileoutputstream.h \
|
|
winhttp.h \
|
|
$(NULL)
|
|
|
|
libgiowin32_la_CFLAGS = \
|
|
-DG_LOG_DOMAIN=\"GLib-GIO\" \
|
|
-I$(top_builddir)/gio \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/glib \
|
|
-I$(top_srcdir)/gmodule \
|
|
-I$(top_srcdir)/gio \
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
|
-DGIO_COMPILATION \
|
|
-DG_DISABLE_DEPRECATED
|