blob: bb609e3d8c414cf92049ed3813a9b991d5cf4993 [file] [log] [blame]
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