mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
b3b7ea8e22
Stop using ad hoc -I in all of our Makefile.am. Use the new variables instead.
28 lines
589 B
Makefile
28 lines
589 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\" \
|
|
$(gio_INCLUDES) \
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
|
|
-DGIO_COMPILATION \
|
|
-DG_DISABLE_DEPRECATED
|