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