2008-03-12 20:09:11 +01:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libgiowin32.la
|
|
|
|
|
2008-08-13 01:09:04 +02:00
|
|
|
libgiowin32_la_SOURCES = \
|
2008-03-12 20:09:11 +01:00
|
|
|
gwin32directorymonitor.c \
|
|
|
|
gwin32directorymonitor.h \
|
2008-08-13 01:09:04 +02:00
|
|
|
gwinhttpvfs.c \
|
|
|
|
gwinhttpvfs.h \
|
|
|
|
gwinhttpfile.c \
|
|
|
|
gwinhttpfile.h \
|
|
|
|
gwinhttpfileinputstream.c \
|
|
|
|
gwinhttpfileinputstream.h \
|
|
|
|
gwinhttpfileoutputstream.c \
|
|
|
|
gwinhttpfileoutputstream.h \
|
|
|
|
winhttp.h \
|
2008-03-12 20:09:11 +01:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgiowin32_la_CFLAGS = \
|
2013-01-18 19:23:40 +01:00
|
|
|
$(GLIB_HIDDEN_VISIBILITY_CFLAGS) \
|
2008-03-12 20:09:11 +01:00
|
|
|
-DG_LOG_DOMAIN=\"GLib-GIO\" \
|
2010-08-06 19:09:26 +02:00
|
|
|
$(gio_INCLUDES) \
|
2008-03-12 20:09:11 +01:00
|
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
|
|
|
-DGIO_COMPILATION \
|
|
|
|
-DG_DISABLE_DEPRECATED
|