Rework the build system for a new tests approach
[platform/upstream/glib.git] / gio / win32 / Makefile.am
1 include $(top_srcdir)/glib.mk
2
3 noinst_LTLIBRARIES += libgiowin32.la
4
5 libgiowin32_la_SOURCES =                        \
6         gwin32directorymonitor.c                \
7         gwin32directorymonitor.h                \
8         gwinhttpvfs.c                           \
9         gwinhttpvfs.h                           \
10         gwinhttpfile.c                          \
11         gwinhttpfile.h                          \
12         gwinhttpfileinputstream.c               \
13         gwinhttpfileinputstream.h               \
14         gwinhttpfileoutputstream.c              \
15         gwinhttpfileoutputstream.h              \
16         winhttp.h                               \
17         $(NULL)
18
19 libgiowin32_la_CFLAGS = \
20         $(GLIB_HIDDEN_VISIBILITY_CFLAGS)        \
21         -DG_LOG_DOMAIN=\"GLib-GIO\"     \
22         $(gio_INCLUDES)                 \
23         $(GLIB_DEBUG_FLAGS)             \
24         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
25         -DGIO_COMPILATION               \
26         -DG_DISABLE_DEPRECATED